Skip to content

Commit

Permalink
update to reflect new sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Mar 15, 2024
1 parent b2ec2a9 commit 9d06fd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ describe('Drill to detail modal', () => {
cy.on('uncaught:exception', () => false);
cy.wait('@samples');
cy.get('.virtual-table-cell').should($rows => {
expect($rows).to.contain('Cheryl');
expect($rows).to.contain('Margaret');
});

// verify scroll top on pagination
cy.getBySelLike('Number-modal').find('.virtual-grid').scrollTo(0, 200);

cy.get('.virtual-grid').contains('Juan').should('not.be.visible');
cy.get('.virtual-grid').contains('Kim').should('not.be.visible');

cy.get('.ant-pagination-item').eq(0).click();

Expand Down

0 comments on commit 9d06fd1

Please sign in to comment.