Skip to content

Commit

Permalink
chore: fix cypress test for next slickgrid version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jun 30, 2023
1 parent c34ed84 commit f1e7d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/example17.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f1e7d65

Please sign in to comment.