Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pending build requests › shows" e2e test fails on webkit sometimes #7410

Closed
p12tic opened this issue Jan 27, 2024 · 2 comments
Closed

"pending build requests › shows" e2e test fails on webkit sometimes #7410

p12tic opened this issue Jan 27, 2024 · 2 comments
Labels

Comments

@p12tic
Copy link
Member

p12tic commented Jan 27, 2024

See e.g. here https://buildbot.buildbot.net/#/builders/127/builds/159:

[40/51] [webkit] › pendingbuildrequests.spec.ts:29:7 › pending build requests › shows
1) [webkit] › pendingbuildrequests.spec.ts:29:7 › pending build requests › shows ─────────────────
Test timeout of 30000ms exceeded.
Error: page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://localhost:8011/#/"
============================================================
at pages/builder.ts:29
27 | await BuilderPage.gotoBuildersList(page);
28 | await page.getByRole('link', {name: builder, exact: true}).click();
> 29 | await page.waitForURL(/\/#\/builders\/[0-9]+$/);
| ^
30 | await BasePage.waitUntilFinishedLoading(page);
31 | }
32 |
at Function.goto (/buildbot/buildbot-job/build/smokes-react/tests/pages/builder.ts:29:16)
at /buildbot/buildbot-job/build/smokes-react/tests/pendingbuildrequests.spec.ts:56:5
@mokibit
Copy link
Collaborator

mokibit commented Apr 28, 2024

@p12tic ,
fixed in #7531.

@p12tic
Copy link
Member Author

p12tic commented Apr 28, 2024

Thanks, test no longer fails in this way.

@p12tic p12tic closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants