[6.7] Zoom in/out to correct location #118294
Annotations
6 errors and 8 notices
[chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected:
test/e2e/specs/editor/plugins/custom-taxonomies.spec.js#L48
1) [chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Remove Mode' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Remove Mode' })
46 | await expect(
47 | editorSettings.getByRole( 'button', { name: 'Remove Mode' } )
> 48 | ).toBeVisible();
| ^
49 | } );
50 | } );
51 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-taxonomies.spec.js:48:5
|
[firefox] › editor/various/rich-text.spec.js:394:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L410
1) [firefox] › editor/various/rich-text.spec.js:394:2 › RichText (@Firefox, @WebKit) › should handle Home and End keys
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "-<strong>12</strong>+",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
408 | await page.keyboard.type( '+' );
409 |
> 410 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
411 | {
412 | name: 'core/paragraph',
413 | attributes: { content: '-<strong>12</strong>+' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:410:38
|
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L63
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
- locator resolved to <body tabindex="0" class="block-editor-iframe__body editor-styles-wrapper admin-color-fresh wp-embed-responsive">…</body>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #22
- waiting 500ms
61 | ).toBeVisible();
62 |
> 63 | await editor.canvas.locator( 'body' ).click();
|
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L63
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
- locator resolved to <body tabindex="0" class="block-editor-iframe__body editor-styles-wrapper admin-color-fresh wp-embed-responsive">…</body>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #22
- waiting 500ms
|
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L63
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').locator('body')
- locator resolved to <body tabindex="0" class="block-editor-iframe__body editor-styles-wrapper admin-color-fresh wp-embed-responsive">…</body>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #22
- waiting 500ms
|
Playwright - 5
Process completed with exit code 1.
|
🎭 Playwright Run Summary
3 skipped
193 passed (6.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected
1 skipped
193 passed (8.9m)
|
🎭 Playwright Run Summary
1 skipped
200 passed (9.4m)
|
|
🎭 Playwright Run Summary
200 passed (9.9m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
1 skipped
188 passed (10.0m)
|
🎭 Playwright Run Summary
200 passed (10.4m)
|
🎭 Playwright Run Summary
1 skipped
197 passed (10.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
8.08 MB |
|
flaky-tests-report
Expired
|
2.01 KB |
|