Skip to content

Commit

Permalink
#24 - test: add test for navigation role on paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 26, 2024
1 parent 44aca1d commit 2dbb4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/paginator/paginator.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const PaginatorComponentWithSpinner: Story = {
const pageInput = canvas.getByRole("spinbutton");
const previousButton = canvas.getByLabelText("Go to previous page");
const nextButton = canvas.getByLabelText("Go to next page");
canvas.getByRole("navigation");
canvas.getByText("Show rows");
canvas.getByText("Go to");

Expand Down

0 comments on commit 2dbb4e0

Please sign in to comment.