You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script is working locally but issue in GitLab pipeline
See error
"Navigation took more than 30000ms. Please increase the navigationTimeout"
Logs
Paste any log or error messages here
Error Message: Error: Navigation took more than 30000ms. Please increase the navigationTimeout.
Stacktrace:
Error: Navigation took more than 30000ms. Please increase the navigationTimeout.
at doActionAwaitingNavigation (node_modules/taiko/lib/doActionAwaitingNavigation.js:66:13)
at async module.exports.goto (node_modules/taiko/lib/taiko.js:744:3)
at async module.exports.<computed> (node_modules/taiko/lib/taiko.js:2620:14)
at async Object.<anonymous> (tests/step_implementation.js:36:5)
![image](https://user-images.githubusercontent.com/130654429/231729767-f5ccc606-89e1-4b4a-a81d-12d7335d8551.png)
Expected behavior
The script should run in the CI/CD pipeline as it is running locally
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug
"Navigation took more than 30000ms. Please increase the navigationTimeout" - working locally but issue in GitLab pipeline
To Reproduce
Steps (or script) to reproduce the behavior:
await goto(url);
tried all the below solutions, but none is working -
Script is working locally but issue in GitLab pipeline
See error
"Navigation took more than 30000ms. Please increase the navigationTimeout"
Logs
Expected behavior
The script should run in the CI/CD pipeline as it is running locally
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
Additional context
.gitlab-ci.yml file
The text was updated successfully, but these errors were encountered: