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

"should navigate to a dedicated build and to use the rebuild button" e2e test fails on webkit #7308

Closed
p12tic opened this issue Dec 22, 2023 · 2 comments
Labels

Comments

@p12tic
Copy link
Member

p12tic commented Dec 22, 2023

After recent test flakiness fixes this test fails much more frequently than before. E.g. https://buildbot.buildbot.net/#/builders/123/builds/899.

[44/51] [webkit] › rebuilds.spec.ts:28:7 › rebuilds › should navigate to a dedicated build and to use the rebuild button
2) [webkit] › rebuilds.spec.ts:28:7 › rebuilds › should navigate to a dedicated build and to use the rebuild button
Error: went into build
expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
at pages/builder.ts:123
121 | }, {
122 | message: "went into build"
> 123 | }).toBeTruthy();
| ^
124 | }
125 |
126 | static async clickStopButton(page: Page) {
at Function.waitGoToBuild (/buildbot/buildbot-job/build/smokes-react/tests/pages/builder.ts:123:8)
at /buildbot/buildbot-job/build/smokes-react/tests/rebuilds.spec.ts:38:23
[45/51] [webkit] › settings.spec.ts:24:9 › manage settings › waterfall › change the "scalling factor" and check it
@p12tic p12tic added the bug label Dec 22, 2023
@p12tic
Copy link
Member Author

p12tic commented Jan 2, 2024

Test disabled in #7352, should be re-enabled when issue is fixed.

@mokibit
Copy link
Collaborator

mokibit commented Feb 18, 2024

Tests were enabled in #7443.
This issue was fixed by #7434.

@mokibit mokibit closed this as completed Feb 27, 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