From f1e7d657cc25fa1eadc00506b1994f23f9d3cdd8 Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Fri, 30 Jun 2023 02:35:26 -0400 Subject: [PATCH] chore: fix cypress test for next slickgrid version --- test/cypress/e2e/example17.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/e2e/example17.cy.ts b/test/cypress/e2e/example17.cy.ts index 1bc912f5a..b0e04d3e1 100644 --- a/test/cypress/e2e/example17.cy.ts +++ b/test/cypress/e2e/example17.cy.ts @@ -49,7 +49,7 @@ describe('Example 17 - Auto-Scroll with Range Selector', { retries: 1 }, () => { cy.get('.grid17-2 .slick-range-decorator').should('not.be.exist'); cy.get('.grid17-2 .slick-row:nth-child(-n+6)') .children(':not(.cell-unselectable)') - .each(($child) => expect($child.attr('class')).to.include('true')); + .each(($child) => expect($child.attr('class')).to.include('selected')); }); function testScroll() {