Skip to content

Adapt template part hint copy (#52527) #78488

Adapt template part hint copy (#52527)

Adapt template part hint copy (#52527) #78488

Triggered via push July 14, 2023 01:40
Status Failure
Total duration 1h 27m 42s
Artifacts 2

end2end-test.yml

on: push
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 0s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 4 notices
[chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Error: expect(received).toHaveAttribute(expected) Expected pattern: /117dd8c1-0316-4892-ac4f-376a2e337beb/ Received string: "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" 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/d574d65b-12b7-4054-a290-913caf62a4f0" - 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/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/d574d65b-12b7-4054-a290-913caf62a4f0" 787 | const image = imageBlock.locator( 'role=img' ); 788 | await expect( image ).toBeVisible(); > 789 | await expect( image ).toHaveAttribute( | ^ 790 | 'src', 791 | new RegExp( filename ) 792 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
[chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /97e85eeb-1c69-4eea-b31b-02b1842002ec/ Received string: "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" 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/5d2ceb78-093b-4db4-a987-6fab84844260" - 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/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/5d2ceb78-093b-4db4-a987-6fab84844260" 787 | const image = imageBlock.locator( 'role=img' ); 788 | await expect( image ).toBeVisible(); > 789 | await expect( image ).toHaveAttribute( | ^ 790 | 'src', 791 | new RegExp( filename ) 792 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
[chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /466d6dc1-bee1-4db3-ac53-a4e84dc83c1a/ Received string: "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" 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/47158c48-921a-4c91-b4d0-79677b353f30" - 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/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/47158c48-921a-4c91-b4d0-79677b353f30" 787 | const image = imageBlock.locator( 'role=img' ); 788 | await expect( image ).toBeVisible(); > 789 | await expect( image ).toHaveAttribute( | ^ 790 | 'src', 791 | new RegExp( filename ) 792 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
Playwright - 1
Process completed with exit code 1.
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
1) [chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/convert-block-type.spec.js:8:3
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
1) [chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/convert-block-type.spec.js:8:3
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
1) [chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/convert-block-type.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
2) [chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
2) [chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
2) [chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
3) [chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
3) [chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
3) [chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
[chromium] › editor/various/copy-cut-paste.spec.js:55:2 › Copy/cut/paste › should copy blocks when non textual elements are focused (image: packages/e2e-test-utils-playwright/src/admin/create-new-post.js#L42
4) [chromium] › editor/various/copy-cut-paste.spec.js:55:2 › Copy/cut/paste › should copy blocks when non textual elements are focused (image, spacer) TimeoutError: locator.waitFor: Timeout 10000ms exceeded. =========================== logs =========================== waiting for frameLocator('[name=editor-canvas]').locator('body > *').first() to be visible ============================================================ at ../../../packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42 40 | .first(); 41 | > 42 | await canvasReadyLocator.waitFor(); | ^ 43 | 44 | await this.page.evaluate( ( welcomeGuide ) => { 45 | window.wp.data at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.js:42:27) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:8:3
🎭 Playwright Run Summary
151 passed (11.8m)
🎭 Playwright Run Summary
2 skipped 164 passed (15.2m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes 170 passed (19.4m)
🎭 Playwright Run Summary
90 failed [chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block [chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection [chromium] › editor/various/copy-cut-paste.spec.js:29:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection [chromium] › editor/various/copy-cut-paste.spec.js:55:2 › Copy/cut/paste › should copy blocks when non textual elements are focused (image, spacer) [chromium] › editor/various/copy-cut-paste.spec.js:74:2 › Copy/cut/paste › should cut and paste individual non textual blocks [chromium] › editor/various/copy-cut-paste.spec.js:93:2 › Copy/cut/paste › should respect inline copy when text is selected [chromium] › editor/various/copy-cut-paste.spec.js:116:2 › Copy/cut/paste › should respect inline copy in places like input fields and textareas [chromium] › editor/various/copy-cut-paste.spec.js:137:2 › Copy/cut/paste › should handle paste events once [chromium] › editor/various/copy-cut-paste.spec.js:191:2 › Copy/cut/paste › can copy group onto non textual element (image, spacer) [chromium] › editor/various/copy-cut-paste.spec.js:245:2 › Copy/cut/paste › should copy only partial selection of text blocks [chromium] › editor/various/copy-cut-paste.spec.js:272:2 › Copy/cut/paste › should copy/paste partial selection with other blocks in-between [chromium] › editor/various/copy-cut-paste.spec.js:300:2 › Copy/cut/paste › should cut partial selection of text blocks [chromium] › editor/various/copy-cut-paste.spec.js:327:2 › Copy/cut/paste › should cut/paste partial selection with other blocks in-between [chromium] › editor/various/copy-cut-paste.spec.js:355:2 › Copy/cut/paste › should cut partial selection and merge like a normal `delete` - not forward [chromium] › editor/various/copy-cut-paste.spec.js:382:2 › Copy/cut/paste › should paste plain text in plain text context when cross block selection is copied [chromium] › editor/various/copy-cut-paste.spec.js:408:2 › Copy/cut/paste › should paste single line in post title [chromium] › editor/various/copy-cut-paste.spec.js:429:2 › Copy/cut/paste › should paste single line in post title with existing content [chromium] › editor/various/copy-cut-paste.spec.js:449:2 › Copy/cut/paste › should paste preformatted in list [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list [chromium] › editor/various/draggable-blocks.spec.js:174:2 › Draggable block › can drag and drop to the start of a horizontal block list [chromium] › editor/various/draggable-blocks.spec.js:255:2 › Draggable block › can drag and drop to the end of a horizontal block list [chromium] › editor/various/draggable-blocks.spec.js:340:2 › Draggable block › can drag and drop to an empty parent block like Group or Columns [chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut [chromium] › editor/various/font-size-picker.spec.js:22:3 › Font Size Picker › Common › should apply a custom font size using the font size input [chromium] › editor/various/font-size-picker.spec.js:44:3 › Font Size Picker › Common › should reset a custom font size using input field [chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons [chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu [chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named fon

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
276 MB
flaky-tests-report Expired
989 Bytes