Facing issue with .contains() #27144
Unanswered
sreenarayan
asked this question in
Questions and Help
Replies: 1 comment
-
Hey hey @sreenarayan 👋
|
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.
-
Not fetching the desired element.
cy.get(".sb-dropdown--header-title",{ timeout: 10000 }).eq(2).click(); //county
cy .contains("Contra Costa", { timeout: 10000 }).click({ force: true });
Even dropdown is open, element is visible. cypress is unable to find it
Using cypress version --12.11.0
Beta Was this translation helpful? Give feedback.
All reactions