From 2f8c4b2bc6d733d2bde2984f95ceeb30187c235e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Dr=C3=A1pela?= Date: Thu, 11 Jul 2024 14:06:38 +0200 Subject: [PATCH] Fix test after skipping the previous one --- e2e-tests/playwright/e2e/github-happy-path.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests/playwright/e2e/github-happy-path.spec.ts b/e2e-tests/playwright/e2e/github-happy-path.spec.ts index 5c1f3e7de..f440fa470 100644 --- a/e2e-tests/playwright/e2e/github-happy-path.spec.ts +++ b/e2e-tests/playwright/e2e/github-happy-path.spec.ts @@ -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);