Skip to content

Commit c32e2f4

Browse files
committed
Revert "chore(ci): increase timeout for single GitHub test expect"
This reverts commit 3647b02.
1 parent 3647b02 commit c32e2f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e-tests/playwright/e2e/github-happy-path.spec.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ test.describe.serial('GitHub Happy path', () => {
105105
const openIssues = await backstageShowcase.getGithubOpenIssues();
106106

107107
const issuesCountText = `All repositories (${openIssues.length} Issues)*`;
108-
await expect(page.locator(`text=${issuesCountText}`)).toBeVisible({
109-
timeout: 10000,
110-
});
108+
await expect(page.locator(`text=${issuesCountText}`)).toBeVisible();
111109

112110
for (const issue of openIssues.slice(0, 5)) {
113111
await uiHelper.verifyText(issue.title.replace(/\s+/g, ' '));

0 commit comments

Comments
 (0)