kpmck / cypress-ag-grid

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

Comparing ag-grid fails due to hidden page panel #13

Closed oliverbrace closed 2 years ago

oliverbrace commented 2 years ago

Hi

Trying to use the comparison tool and I can see that it correctly compares the ag-grid (and passes) however it then tries to click on .ag-icon-next which then causes it to fail. The page panel is hidden. The error doesn't seem to occur when the page panel is visable.

image

kpmck commented 2 years ago

Hi @oliverbrace, A couple questions:

  1. Are you validating a paginated table?
  2. Is it expected that the .ag-icon-next exists on your current page? Can you verify that it actually does if so?
  3. Can you provide me with an example of your test code (method called, example of expected and actual data)?
kpmck commented 2 years ago

Hi @oliverbrace, I am going to close this out for now, but please let me know if you're still experiencing this and need additional assistance!