kpmck / cypress-ag-grid

Cypress plugin for interacting with ag grid
30 stars 17 forks source link

Wait for grid animations to be finished, instead of specified timeouts #66

Closed air2 closed 7 months ago

air2 commented 7 months ago

Last commit I introduced a lot of extra waits, you suggested to get rid of the waits and instead wait for animations in the grid to finish. So in this commit all the waits are removed and the grid waits for animations to be finished. I think this is much more elegant. Hope you appreciate it.

air2 commented 7 months ago

This pull request some times fails because the filter dropdown takes some time in some scenario's I will fix that first