Server directive processing: Stop processing non-interactive blocks #91754
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
15m 45s
Report to GitHub
2m 32s
Annotations
1 error and 8 notices
[chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L63
1) [chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
61 | await expect(
62 | topBar.getByRole( 'button', { name: 'Publish' } )
> 63 | ).toBeDisabled();
| ^
64 | deferred.resolve();
65 | } );
66 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:63:5
|
🎭 Playwright Run Summary
1 skipped
113 passed (5.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved
1 skipped
149 passed (6.6m)
|
🎭 Playwright Run Summary
130 passed (6.2m)
|
🎭 Playwright Run Summary
11 skipped
152 passed (7.2m)
|
🎭 Playwright Run Summary
134 passed (7.1m)
|
🎭 Playwright Run Summary
1 skipped
119 passed (6.7m)
|
🎭 Playwright Run Summary
147 passed (6.8m)
|
🎭 Playwright Run Summary
3 skipped
119 passed (6.8m)
|