Timed out retrying after 4000ms: Expected to find element xxxxxxxxxxxxxx but never found it. #17267
SebasProgrammer2020
started this conversation in
General
Replies: 1 comment
-
#17265 solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
anyone solved this problem? or some can help me?
Versions
"cypress": "^7.6.0",
, Browser and version: available on cypress:open interface
, Operating System: linux
, CI Provider: gitlab
related to,
CypressError: Timed out retrying: Expected to find element: '#name', but never found it. #6811
in which never got a solution
I have read all that one
Current behavior
I am having this issue, bug, problem when try to run cypress integrated with gitlab
cypress dashboard
gitlab pipeline
i have tried first with normal
cy.contains by did not work
and also try with
cy.get(selector)
but neither

in locally it runs perfectly but when I run in gitlab it fails
Desired behavior
that it works and pass all the test
Test code to reproduce
Welcome
it("Accessing to welcome page", () => { cy.visit(/auth/${token}); cy.get('[name="warehouseWelcomeTitle"]'); });
PLEASE HELP
Beta Was this translation helpful? Give feedback.
All reactions