Button click should make visible a new container, but it is not the case with Cypress #25773
Unanswered
nudasilva
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
Finally, it is solved with a wait before this click, as execution is very fast via Cypress. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I block, when trying, via Cypress, to make visible a new container, by clicking a button.
This container (below the 'Send by email' button in the second screenshot, below, does not appear, with Cypress.
FYI: I can perform that, manually
Click on this button =>
I've tried with the following command:
cy.get('.blue-button').click({ force: true });
Could you help me, please?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions