Interactivity API: Allow more directives suffixes #116227
Annotations
2 errors and 8 notices
[chromium] › site-editor/user-global-styles-revisions.spec.js:256:2 › Style Revisions › should paginate:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L36
1) [chromium] › site-editor/user-global-styles-revisions.spec.js:256:2 › Style Revisions › should paginate
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:36
34 | // First Save button in the top bar.
35 | const buttonToClick = publishButtonIsVisible ? publishButton : saveButton;
> 36 | await buttonToClick.click();
| ^
37 |
38 | if ( ! options.isOnlyCurrentEntityDirty ) {
39 | // Second Save button in the entities panel.
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:36:22)
at UserGlobalStylesRevisions.saveRevision (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/user-global-styles-revisions.spec.js:317:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/user-global-styles-revisions.spec.js:264:4
|
[chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content:
test/e2e/specs/editor/blocks/image.spec.js#L647
1) [chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
645 |
646 | const imageInEditor = imageBlock.locator( 'role=img' );
> 647 | await expect( imageInEditor ).toBeVisible();
| ^
648 | await expect( imageInEditor ).toHaveAttribute( 'src', imgUrl );
649 |
650 | const postId = await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:647:33
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/user-global-styles-revisions.spec.js:256:2 › Style Revisions › should paginate
3 skipped
193 passed (6.4m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
194 passed (9.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content
198 passed (10.2m)
|
🎭 Playwright Run Summary
1 skipped
200 passed (10.2m)
|
🎭 Playwright Run Summary
3 skipped
187 passed (10.2m)
|
🎭 Playwright Run Summary
198 passed (10.2m)
|
🎭 Playwright Run Summary
1 skipped
195 passed (10.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
3.65 MB |
|
flaky-tests-report
|
2.56 KB |
|