Skip to content

Commit

Permalink
feat: [AsPu-569, AsPu-602] refactor after review
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Aug 21, 2024
1 parent 2c3f97d commit a5b0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courseware/course/sequence/Sequence.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('Sequence', () => {

loadUnit();
await waitFor(() => expect(screen.queryByText('Loading learning sequence...')).not.toBeInTheDocument());
// At this point there will be 2 `Previous` and 2 `Next` buttons.
// At this point there will be `Previous` and `Next` buttons it tablist.
expect(screen.getAllByRole('tabpanel', { name: /previous|next/i }).length).toEqual(2);
});

Expand Down

0 comments on commit a5b0c00

Please sign in to comment.