click()
works only the first time.
#31069
Unanswered
soham-das-hbwsl
asked this question in
Questions and Help
Replies: 0 comments
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.
-
I've just started using cypress recently. Using it with Magento 2 admin panel for e2e testing. When
click()
is performed on a dropdown targeted using the following code block:it works for the first time e2e testing is started using
pnpm cypress open
but after that theclick()
action doesn't trigger dropdown open resulting in invisible contents and hence cypress cannot interact with the contents inside. Am I missing something here? Why isclick()
working only once? I'm at a loss. Triedtrigger("click")
instead but the same issue is occuringBeta Was this translation helpful? Give feedback.
All reactions