[WIP] Patterns: merge the inserter synced patterns tab into the patterns tab #79182
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 37s
Annotations
20 errors and 4 notices
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern:
test/e2e/specs/editor/various/adding-patterns.spec.js#L24
1) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
- "name": "core/social-links",
+ "name": "core/block",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
22 | 'role=option[name="Social links with a shared background color"i]'
23 | );
> 24 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
25 | {
26 | name: 'core/social-links',
27 | },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:24:3
|
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern:
test/e2e/specs/editor/various/adding-patterns.spec.js#L24
1) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
- "name": "core/social-links",
+ "name": "core/block",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
22 | 'role=option[name="Social links with a shared background color"i]'
23 | );
> 24 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
25 | {
26 | name: 'core/social-links',
27 | },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:24:3
|
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern:
test/e2e/specs/editor/various/adding-patterns.spec.js#L24
1) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
- "name": "core/social-links",
+ "name": "core/block",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
22 | 'role=option[name="Social links with a shared background color"i]'
23 | );
> 24 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
25 | {
26 | name: 'core/social-links',
27 | },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:24:3
|
Playwright - 2
Process completed with exit code 1.
|
Puppeteer - 1:
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js#L813
TimeoutError: waiting for XPath `//div[contains(@Class, "block-editor-inserter__tabs")]//button[@aria-label = "Synced patterns"]` failed: timeout 30000ms exceeded
at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1303:47)
at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3269:29)
at page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:115:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at insertFromGlobalInserter (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:230:2)
at insertReusableBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:350:2)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js:77:3)
|
Puppeteer - 1:
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js#L813
TimeoutError: waiting for XPath `//div[contains(@Class, "block-editor-inserter__tabs")]//button[@aria-label = "Synced patterns"]` failed: timeout 30000ms exceeded
at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1303:47)
at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3269:29)
at page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:115:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at insertFromGlobalInserter (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:230:2)
at insertReusableBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:350:2)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js:172:3)
|
Puppeteer - 1:
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js#L813
TimeoutError: waiting for XPath `//div[contains(@Class, "block-editor-inserter__tabs")]//button[@aria-label = "Synced patterns"]` failed: timeout 30000ms exceeded
at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1303:47)
at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3269:29)
at page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:115:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at insertFromGlobalInserter (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:230:2)
at insertReusableBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:350:2)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js:217:3)
|
Puppeteer - 1:
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js#L813
TimeoutError: waiting for XPath `//div[contains(@Class, "block-editor-inserter__tabs")]//button[@aria-label = "Synced patterns"]` failed: timeout 30000ms exceeded
at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1303:47)
at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3269:29)
at page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:115:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at insertFromGlobalInserter (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:230:2)
at insertReusableBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:350:2)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js:232:3)
|
Puppeteer - 1:
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js#L813
TimeoutError: waiting for XPath `//div[contains(@Class, "block-editor-inserter__tabs")]//button[@aria-label = "Synced patterns"]` failed: timeout 30000ms exceeded
at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1303:47)
at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3269:29)
at page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:115:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at insertFromGlobalInserter (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:230:2)
at insertReusableBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:350:2)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/reusable-blocks.test.js:299:3)
|
Puppeteer - 1
Process completed with exit code 1.
|
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes:
test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /6fc73c6e-77d3-4833-a8a9-ea8993568ff5/
Received string: "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/8c337369-8693-4701-996d-d7869bb201da"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes:
test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /fe31af87-8b5c-4d66-a82c-f6f0856dffac/
Received string: "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/77376b56-6298-4850-a756-e347b5148f24"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes:
test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /f53149dc-6ee3-48b4-8e56-e7ed57f64690/
Received string: "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/622de530-0a18-45e5-8c7c-6e6ef0f06e19"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools:
test/e2e/specs/editor/blocks/image.spec.js#L375
2) [chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools ─
Error: Screenshot comparison failed:
50 pixels (ratio 0.50 of all image pixels) are different.
Expected: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-expected.png
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-actual.png
Diff: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-image-Image-allows-rotating-using-the-crop-tools-chromium/Image-allows-rotating-using-the-crop-tools-1-diff.png
373 | expect(
374 | await imageBlockUtils.getImageBuffer( updatedImageSrc )
> 375 | ).toMatchSnapshot();
| ^
376 | } );
377 |
378 | test( 'should undo without broken temporary state', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:375:5
|
[chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation:
test/e2e/specs/editor/blocks/image.spec.js#L764
3) [chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /6164a746-19c2-4ea9-aa04-cdb64dc35e34/
Received string: "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/13a455cd-10e4-4d41-8732-9c85a132fc42"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation:
test/e2e/specs/editor/blocks/image.spec.js#L764
3) [chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /d42958a1-8d4e-4d9c-9d31-003d18890293/
Received string: "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3e22a0fc-9500-44c3-808c-f2c76cd7b8f7"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation:
test/e2e/specs/editor/blocks/image.spec.js#L764
4) [chromium] › editor/blocks/image.spec.js:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /37bd82cf-4631-48b4-adc9-e2ed28262b83/
Received string: "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/22cd046d-0208-453a-a8f3-28582b415dc3"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image:
test/e2e/specs/editor/blocks/image.spec.js#L764
5) [chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /491544f9-5a84-47aa-a885-fdbb53791ecb/
Received string: "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c9f6800c-a9ac-474c-8e24-56809733a5d7"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image:
test/e2e/specs/editor/blocks/image.spec.js#L764
5) [chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /1a43aa82-f818-4f32-a496-88010b964a33/
Received string: "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/6f8db3dc-f8e3-465e-92b6-aa38f631110f"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
[chromium] › editor/blocks/image.spec.js:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled:
test/e2e/specs/editor/blocks/image.spec.js#L764
6) [chromium] › editor/blocks/image.spec.js:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /ebb718f6-c221-4b6b-8cea-d162dc1b4582/
Received string: "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/0daabfdc-5338-419e-aeb8-2bac4e16274c"
762 | const image = imageBlock.locator( 'role=img' );
763 | await expect( image ).toBeVisible();
> 764 | await expect( image ).toHaveAttribute(
| ^
765 | 'src',
766 | new RegExp( filename )
767 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
|
🎭 Playwright Run Summary
159 passed (12.2m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern
183 passed (13.5m)
|
🎭 Playwright Run Summary
2 skipped
173 passed (13.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes
8 flaky
[chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools ──
[chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation
[chromium] › editor/blocks/image.spec.js:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation
[chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image
[chromium] › editor/blocks/image.spec.js:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled
[chromium] › editor/blocks/image.spec.js:1049:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should NOT appear if Behavior is None
[chromium] › editor/blocks/image.spec.js:1063:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should NOT appear if Behavior is Default
[chromium] › editor/blocks/image.spec.js:1125:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using escape key
178 passed (23.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
45 MB |
|
flaky-tests-report
Expired
|
116 KB |
|