Skip to content

Commit

Permalink
fix(tests): fix a Cypress E2E flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jan 21, 2020
1 parent 88e91fa commit 8fb09e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cypress/integration/example04.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ describe('Example 4 - Client Side Sort/Filter Grid', () => {
.children('.slick-cell:nth(2)')
.should('contain', '98');

cy.get('.slick-viewport-top.slick-viewport-left')
.scrollTo('bottom')
.wait(50);
// cy.get('.slick-viewport-top.slick-viewport-left')
// .scrollTo('bottom')
// .wait(50);

cy.get('.slick-row')
.last()
Expand Down

0 comments on commit 8fb09e2

Please sign in to comment.