Skip to content

Commit

Permalink
Fix test after skipping the previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Jul 11, 2024
1 parent 240ee63 commit 2f8c4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/playwright/e2e/github-happy-path.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ test.describe.serial('GitHub Happy path', () => {
});

test('Verify that the 5, 10, 20 items per page option properly displays the correct number of PRs', async () => {
await uiHelper.clickButton('ALL', { force: true });
const allPRs = await BackstageShowcase.getGithubPRs('all');
await backstageShowcase.clickFirstPage();
await backstageShowcase.verifyPRRowsPerPage(5, allPRs);
Expand Down

0 comments on commit 2f8c4b2

Please sign in to comment.