-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e-test-utils-playwright: Increase timeout of site-editor selector (#…
…66672) Co-authored-by: alexflorisca <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: ironprogrammer <[email protected]>
- Loading branch information
1 parent
8042535
commit 4020989
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ export async function visitSiteEditor( | |
|
||
// Wait for the canvas loader to appear first, so that the locator that | ||
// waits for the hidden state doesn't resolve prematurely. | ||
await canvasLoader.waitFor( { state: 'visible' } ); | ||
await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } ); | ||
Check failure on line 57 in packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts GitHub Actions / Playwright - 8[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox
Check failure on line 57 in packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts GitHub Actions / Playwright - 8[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox
|
||
await canvasLoader.waitFor( { | ||
state: 'hidden', | ||
// Bigger timeout is needed for larger entities, like the Large Post | ||
|
4020989
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flaky tests detected in 4020989.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.
🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12259392578
📝 Reported issues:
/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js