RTC: Fix button flickering on retry dialog #151155
Annotations
4 errors and 8 notices
|
[chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page:
test/e2e/specs/site-editor/homepage-settings.spec.js#L93
1) [chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page
Error: locator.click: Error: strict mode violation: getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') }) resolved to 2 elements:
1) <div class="" id=":ru:" role="row">…</div> aka getByRole('row', { name: 'Sample Page Edit Actions Author Author avatar admin Status Published', exact: true })
2) <div class="" id=":r16:" role="row">…</div> aka getByRole('row', { name: 'Sample page Edit Actions Author Author avatar admin Status Published', exact: true })
Call log:
- waiting for getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') })
91 | .filter( { has: samplePageTwo } );
92 | // eslint-disable-next-line playwright/no-force-option
> 93 | await samplePageTwoRow.click( { force: true } );
| ^
94 | await samplePageTwoRow
95 | .getByRole( 'button', {
96 | name: 'Actions',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/homepage-settings.spec.js:93:26
|
|
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted:
packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted › Paragraph and Group blocks are available in the inserter
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByText('Initial content')
at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26
24 | : endSelectorOrLocator;
25 |
> 26 | const startClientId = await startBlock.getAttribute( 'data-block' );
| ^
27 | const endClientId = await endBlock?.getAttribute( 'data-block' );
28 |
29 | if ( endClientId ) {
at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:163:18
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:159:15
|
|
[chromium] › specs/editor/blocks/comments.spec.js:203:2 › Comments › The PHP version is rendered if the legacy attribute is true:
packages/e2e-test-utils-playwright/src/request-utils/rest.ts#L119
1) [chromium] › specs/editor/blocks/comments.spec.js:203:2 › Comments › The PHP version is rendered if the legacy attribute is true
Error: apiRequestContext.fetch: socket hang up
Call log:
- → GET http://localhost:8889/wp-json/wp/v2/users/me
- user-agent: Playwright/1.58.2 (x64; ubuntu 24.04) node/20.20 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- X-WP-Nonce: 94ae4508e5
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1776012647%7CCH9okMUyocXQ1jfMntgYVH0JZemSODsuTfgOa01JLmA%7C2a413863844e917b62fe60ea50f49ad14000d65670a6811afbc9e9f50219ce44; wp-settings-time-1=1775840040
at ../../../packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119
117 |
118 | try {
> 119 | const response = await this.request.fetch( url, {
| ^
120 | ...fetchOptions,
121 | failOnStatusCode: false,
122 | headers: {
at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119:39)
at RequestUtils.createComment (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/comments.ts:32:33)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:217:22
|
|
[chromium] › specs/editor/collaboration/collaboration-notes.spec.ts:75:6 › Collaboration - Notes Sync › User B adds a note:
test/e2e/specs/editor/collaboration/collaboration-notes.spec.ts#L132
1) [chromium] › specs/editor/collaboration/collaboration-notes.spec.ts:75:6 › Collaboration - Notes Sync › User B adds a note, User A sees it
Error: expect(locator).toBeVisible() failed
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'All notes', exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'All notes', exact: true })
130 | .getByRole( 'region', { name: 'Editor top bar' } )
131 | .getByRole( 'button', { name: 'All notes', exact: true } );
> 132 | await expect( toggleButton ).toBeVisible( { timeout: 10000 } );
| ^
133 | const isExpanded = await toggleButton.getAttribute( 'aria-expanded' );
134 | if ( isExpanded === 'false' ) {
135 | await toggleButton.click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/collaboration/collaboration-notes.spec.ts:132:32
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page
3 skipped
244 passed (11.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted
5 skipped
231 passed (12.4m)
|
|
🎭 Playwright Run Summary
1 skipped
244 passed (12.9m)
|
|
🎭 Playwright Run Summary
3 skipped
242 passed (12.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/editor/blocks/comments.spec.js:203:2 › Comments › The PHP version is rendered if the legacy attribute is true
249 passed (13.3m)
|
|
🎭 Playwright Run Summary
6 skipped
242 passed (14.4m)
|
|
🎭 Playwright Run Summary
5 skipped
240 passed (16.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/editor/collaboration/collaboration-notes.spec.ts:75:6 › Collaboration - Notes Sync › User B adds a note, User A sees it
1 skipped
259 passed (24.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
18 MB |
sha256:b179f3ecfaf92578d73e99557287ab22fe8e4206698abcc1900fda0181532553
|
|
|
flaky-tests-report
|
4.85 KB |
sha256:e6315b0ebc0277f03f64f0371b03e2708b278bb5da14ff9f999cb37025bd1e90
|
|
|
html-report--attempt-1
|
17.6 MB |
sha256:02e6d759a373687b451ea28b75d3bd07ea81b36309e23291db8a2e41f38806b4
|
|