Focus submenu button when clicked #86617
Annotations
5 errors and 1 notice
test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L336
1) [webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:260:3 › Navigation block - Frontend interactivity › Submenu mouse and keyboard interactions › Submenu interactions on Safari (@WebKit)
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByText('Just another Gutenberg site')
============================================================
334 |
335 | // Close all the menus with click on a non-body element outside the menu
> 336 | await page.getByText( 'Just another Gutenberg site' ).click();
| ^
337 | await expect( firstLevelElement ).toBeHidden();
338 |
339 | // Tests not covered: Tabbing to close menus
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:336:58
|
test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L336
1) [webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:260:3 › Navigation block - Frontend interactivity › Submenu mouse and keyboard interactions › Submenu interactions on Safari (@WebKit)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByText('Just another Gutenberg site')
============================================================
334 |
335 | // Close all the menus with click on a non-body element outside the menu
> 336 | await page.getByText( 'Just another Gutenberg site' ).click();
| ^
337 | await expect( firstLevelElement ).toBeHidden();
338 |
339 | // Tests not covered: Tabbing to close menus
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:336:58
|
test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js#L336
1) [webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:260:3 › Navigation block - Frontend interactivity › Submenu mouse and keyboard interactions › Submenu interactions on Safari (@WebKit)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByText('Just another Gutenberg site')
============================================================
334 |
335 | // Close all the menus with click on a non-body element outside the menu
> 336 | await page.getByText( 'Just another Gutenberg site' ).click();
| ^
337 | await expect( firstLevelElement ).toBeHidden();
338 |
339 | // Tests not covered: Tabbing to close menus
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:336:58
|
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
|
|
1 failed
[webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:260:3 › Navigation block - Frontend interactivity › Submenu mouse and keyboard interactions › Submenu interactions on Safari (@WebKit)
1 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit)
2 skipped
227 passed (25.6m)
|
The logs for this run have expired and are no longer available.
Loading