Provide console output if related. Use --verbose mode for more details.
# Error: .wait() timed out after 1000msec
Details
- CodeceptJS version: v0.6.3
- NodeJS Version: v7.10.0
- Operating System: Linux
- Nightmare Configuration file:
{
"name": "foo",
"tests": "src/**/*.e2e.js",
"timeout": 300000,
"output": "build",
"helpers": {
"Nightmare": {
"url": "https://localhost:8080",
"waitTimeout": 300000,
"show": true,
"restart": false
}
},
"teardown": null,
"hooks": []
}
# Error: .wait() timed out after 1000msecDetails