Timeout for getting element on Gitlab CI/CD
# i-need-help
e
This is bit of a weird one, and I'm hoping someone may have a suggestion as the possible cause. I made a feature branch with several tests and an updated
.gitlab-ci.yml
- the tests were running fine locally and also as part of the CI/CD pipeline after pushing. I merged the feature branch into the dev branch but now there are timeout errors regarding elements not being found. The output video and screenshots show that the element that can't be found is actually there and can be seen - I checked that the selector is correct. I pulled the dev branch with the merged feature branch changes and the tests are running without issue locally. I also tried changing the timeout threshold to 60000 but it didn't help. This maybe more of a Gitlab issue rather than Cypress, but any pointers would be appreciated.