Migrate 'CPT locking' e2e tests to Playwright #87662
Triggered via pull request
November 7, 2023 13:18
Status
Success
Total duration
1h 18m 57s
Artifacts
2
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 12s
Annotations
1 error, 2 warnings, and 4 notices
[chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@webkit):
test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L126
1) [chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit)
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Open menu' })
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Open menu' })
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
- locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button>
- unexpected value "not focused"
124 | await pageUtils.pressKeys( 'Escape' );
125 | await expect( overlayMenuFirstElement ).toBeHidden();
> 126 | await expect( openMenuButton ).toBeFocused();
| ^
127 | } );
128 | } );
129 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:126:35
|
Playwright - 2
Failed to restore: The operation cannot be completed in timeout.
|
Puppeteer - 1
Failed to restore: Aborting cache download as the download time exceeded the timeout.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit)
12 skipped
239 passed (13.4m)
|
🎭 Playwright Run Summary
2 skipped
240 passed (13.7m)
|
🎭 Playwright Run Summary
1 skipped
256 passed (17.7m)
|
🎭 Playwright Run Summary
249 passed (19.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
3.08 MB |
|
flaky-tests-report
Expired
|
8.91 KB |
|