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 create a build with a dedicated reason and stop it during execution" e2e test fails on webkit #7307

Closed
p12tic opened this issue Dec 22, 2023 · 1 comment · Fixed by #7434
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.

[37/51] [webkit] › buildsnavigation.spec.ts:53:7 › forceandstop › should create a build with a dedicated reason and stop it during execution
1) [webkit] › buildsnavigation.spec.ts:53:7 › forceandstop › should create a build with a dedicated reason and stop it during execution
Test timeout of 30000ms exceeded.
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('button:text("Stop")')
at pages/builder.ts:127
125 |
126 | static async clickStopButton(page: Page) {
> 127 | await page.locator('button:text("Stop")').click();
| ^
128 | }
129 |
130 | static async clickPreviousButtonAndWait(page: Page) {
at Function.clickStopButton (/buildbot/buildbot-job/build/smokes-react/tests/pages/builder.ts:127:47)
at /buildbot/buildbot-job/build/smokes-react/tests/buildsnavigation.spec.ts:58:23
[38/51] [webkit] › home.spec.ts:24:7 › home page › should go to the home page and check if panel with builder name exists
@p12tic p12tic added the bug label Dec 22, 2023
@p12tic
Copy link
Member Author

p12tic commented Jan 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant