Skip to content

Global Style Revisions: ensure consistent back button behavior #87513

Global Style Revisions: ensure consistent back button behavior

Global Style Revisions: ensure consistent back button behavior #87513

Triggered via pull request November 6, 2023 02:58
Status Success
Total duration 36m 24s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
2m 39s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 notices
[chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@webkit): test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L126
1) [chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit) Error: expect(received).toBeFocused() Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Open menu' }) - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - waiting for getByRole('button', { name: 'Open menu' }) - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="dialog" aria-label="Open menu" da…>…</button> - unexpected value "not focused" 124 | await pageUtils.pressKeys( 'Escape' ); 125 | await expect( overlayMenuFirstElement ).toBeHidden(); > 126 | await expect( openMenuButton ).toBeFocused(); | ^ 127 | } ); 128 | } ); 129 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:126:35
[webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L418
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow newlines after multiple mention completions Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,11 +1,11 @@ <!-- wp:paragraph --> <p>@BuddytheElf test</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>@BuddytheElf test</p> + <p>@@thebetterhobbit test</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>@BuddytheElf test</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 416 | } 417 | > 418 | await expect | ^ 419 | .poll( editor.getEditedPostContent ) 420 | .toBe( testData.snapshot ); 421 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:418:4
[webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@webkit): test/e2e/specs/editor/various/multi-block-selection.spec.js#L1212
2) [webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit) Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "<strong>1</strong>|2", + "content": "|", }, "name": "core/paragraph", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 1210 | // Ensure selection is in the correct place. 1211 | await page.keyboard.type( '|' ); > 1212 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 1213 | { 1214 | name: 'core/paragraph', 1215 | attributes: { content: '<strong>1</strong>|2' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1212:3
🎭 Playwright Run Summary
1 flaky [chromium] › editor/blocks/navigation-frontend-interactivity.spec.js:91:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit) 12 skipped 229 passed (12.9m)
🎭 Playwright Run Summary
259 passed (20.6m)
🎭 Playwright Run Summary
1 skipped 232 passed (21.5m)
🎭 Playwright Run Summary
2 flaky [webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow newlines after multiple mention completions [webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit) 2 skipped 228 passed (24.4m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
5.46 MB
flaky-tests-report Expired
17.2 KB