Skip to content

Fix scrollbars on pattern transforms (#55069) #85910

Fix scrollbars on pattern transforms (#55069)

Fix scrollbars on pattern transforms (#55069) #85910

Triggered via push October 10, 2023 05:42
Status Failure
Total duration 32m 38s
Artifacts 2

end2end-test.yml

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

Annotations

6 errors and 4 notices
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@webkit): test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175: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 1216 | // Ensure selection is in the correct place. 1217 | await page.keyboard.type( '|' ); > 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 1219 | { 1220 | name: 'core/paragraph', 1221 | attributes: { content: '<strong>1</strong>|2' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@webkit): test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 1216 | // Ensure selection is in the correct place. 1217 | await page.keyboard.type( '|' ); > 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 1219 | { 1220 | name: 'core/paragraph', 1221 | attributes: { content: '<strong>1</strong>|2' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@webkit): test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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 1216 | // Ensure selection is in the correct place. 1217 | await page.keyboard.type( '|' ); > 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 1219 | { 1220 | name: 'core/paragraph', 1221 | attributes: { content: '<strong>1</strong>|2' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
Playwright - 4
Process completed with exit code 1.
[chromium] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L461
1) [chromium] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true }) - waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true }) 459 | selected: true, 460 | } ) > 461 | ).toBeVisible(); | ^ 462 | await page.keyboard.press( 'Enter' ); 463 | 464 | await expect.poll( editor.getBlocks ).toMatchObject( [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:461:5
[chromium] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L461
1) [chromium] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true }) - waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true }) 459 | selected: true, 460 | } ) > 461 | ).toBeVisible(); | ^ 462 | await page.keyboard.press( 'Enter' ); 463 | 464 | await expect.poll( editor.getBlocks ).toMatchObject( [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:461:5
🎭 Playwright Run Summary
1 skipped 221 passed (15.6m)
🎭 Playwright Run Summary
1 failed [webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit) 2 skipped 229 passed (17.2m)
🎭 Playwright Run Summary
11 skipped 224 passed (16.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block 246 passed (21.4m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
8.31 MB
flaky-tests-report Expired
5.72 KB