Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklaurencegaray authored Dec 13, 2024
1 parent 5c45c8a commit 5f893a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Pagination/Pagination.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('<Pagination />', () => {

// previous, page 1
const [, page1] = getAllByRole('button');
expect(page1).to.have.attribute('aria-current', 'true');
expect(page1).to.have.attribute('aria-current', 'page');
// verifying no regression from previous bug where `page` wasn't intercepted
expect(container.querySelector('[page]')).to.equal(null);
});
Expand Down

0 comments on commit 5f893a7

Please sign in to comment.