Closed tbiethman closed 2 years ago
I think it's probably worthwhile to update the test vs. pinning the version here. Happy to review if we take that route.
@flotwig Correct, it was just released today: https://www.ag-grid.com/changelog/?fixVersion=27.3.0
@jaffrepaul Sounds good :+1:
Can we do both? Otherwise this test will just fail again. Tests should be deterministic.
@flotwig I updated to pin the most recent version. I think the spirit of the recipe will be maintained even if this falls slightly out of date.
It looks like the 27.3.0 release of ag-grid introduced additional elements that were throwing off our assertions. Example: https://app.circleci.com/pipelines/github/cypress-io/cypress/38160/workflows/f78c7971-2cba-462a-943f-c49aff9ec254/jobs/1544249?invite=true#step-112-7776
There are now hidden pinned columns on the left and right that include rows matching that in the body, so now there are thrice as many as we are asserting on.
I pinned the version to limit the impact of future releases of ag-grid. If we'd prefer to stay current, I could update the assertion instead, just let me know.