Connectors: Add is_active callback support to plugin registration #153596
Annotations
3 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/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
247 passed (11.0m)
|
|
🎭 Playwright Run Summary
254 passed (13.2m)
|
|
🎭 Playwright Run Summary
6 skipped
206 passed (13.3m)
|
|
🎭 Playwright Run Summary
4 skipped
246 passed (13.0m)
|
|
🎭 Playwright Run Summary
7 skipped
283 passed (13.5m)
|
|
🎭 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
241 passed (13.3m)
|
|
🎭 Playwright Run Summary
1 skipped
243 passed (13.5m)
|
|
🎭 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
261 passed (25.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
13.3 MB |
sha256:fb16bceee6a64f6fd78ba40dd595b1efc16914e08cbe7e7ca72a320f83c73caa
|
|
|
flaky-tests-report
|
3.41 KB |
sha256:d927e401e6ac8b733b24bf1e9092fee569928b92422f9089a9e97b85c98ccb24
|
|
|
html-report--attempt-1
|
12.8 MB |
sha256:4b02a08ff13c009a59f29b52bbf89b1ffeb5480348c39f402132d848a13ee8aa
|
|