Skip to content

Commit

Permalink
the prior test had the 2nd name, let's try that
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Mar 15, 2024
1 parent 776babb commit b2ec2a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('Drill to detail modal', () => {
cy.on('uncaught:exception', () => false);
cy.wait('@samples');
cy.get('.virtual-table-cell').should($rows => {
expect($rows).to.contain('Charles');
expect($rows).to.contain('Cheryl');
});

// verify scroll top on pagination
Expand Down

0 comments on commit b2ec2a9

Please sign in to comment.