Skip to content

Commit

Permalink
chore: update pagination label in test (#547)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Shih <jushih@amazon.com>
  • Loading branch information
2 people authored and SwaySway committed Jul 29, 2022
1 parent ae3db4f commit 4c0151b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Primitives', () => {
.get('.amplify-pagination')
.get('ol')
.within(() => {
cy.get('li').eq(1).should('have.text', 'Current Page:1');
cy.get('li').eq(1).should('have.text', 'Page:1');
cy.get('li').eq(2).should('have.text', '2');
cy.get('li').eq(6).should('have.text', '…');
cy.get('li').eq(7).should('have.text', '10');
Expand Down

0 comments on commit 4c0151b

Please sign in to comment.