Avoid detached element failures when Interacting with Angular ag-grid #25867
Unanswered
seanprince
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 have an ag-grid which displays an 'More options' (...) menu in the last cell of each grid row. When you click on the More options menu, a popup shows the menu items.
My cypress test does this:
The click() intermittently fails because the More options DOM element has become detached from the DOM. It would appear that the ag-grid is re-sizing itself and the element becomes detached before the click() happens.
How can I avoid this test flakiness?
Beta Was this translation helpful? Give feedback.
All reactions