SearchControl: Normalize styles (#72072) #133132
Annotations
4 errors and 1 notice
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L926
4) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:536:3 › Navigation block › Focus management › Deleting items
Error: expect(locator).toBeVisible() failed
Locator: getByRole('listbox', { name: 'Search results' })
Expected: visible
Received: <element(s) not found>
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('listbox', { name: 'Search results' })
924 | name: 'Search results',
925 | } )
> 926 | ).toBeVisible();
| ^
927 |
928 | await this.pageUtils.pressKeys( 'ArrowDown' );
929 |
at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:545:4
|
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L926
3) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:479:3 › Navigation block › Focus management › Can add submenu item(custom-link) using the keyboard
Error: expect(locator).toBeVisible() failed
Locator: getByRole('listbox', { name: 'Search results' })
Expected: visible
Received: <element(s) not found>
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('listbox', { name: 'Search results' })
924 | name: 'Search results',
925 | } )
> 926 | ).toBeVisible();
| ^
927 |
928 | await this.pageUtils.pressKeys( 'ArrowDown' );
929 |
at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:487:4
|
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L926
2) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:408:3 › Navigation block › Focus management › Can add submenu item using the keyboard
Error: expect(locator).toBeVisible() failed
Locator: getByRole('listbox', { name: 'Search results' })
Expected: visible
Received: <element(s) not found>
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('listbox', { name: 'Search results' })
924 | name: 'Search results',
925 | } )
> 926 | ).toBeVisible();
| ^
927 |
928 | await this.pageUtils.pressKeys( 'ArrowDown' );
929 |
at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:416:4
|
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L926
1) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:361:3 › Navigation block › Focus management › Focus management when creating navigation links
Error: expect(locator).toBeVisible() failed
Locator: getByRole('listbox', { name: 'Search results' })
Expected: visible
Received: <element(s) not found>
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('listbox', { name: 'Search results' })
924 | name: 'Search results',
925 | } )
> 926 | ).toBeVisible();
| ^
927 |
928 | await this.pageUtils.pressKeys( 'ArrowDown' );
929 |
at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:371:4
|
|
Run the tests
4 flaky
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:361:3 › Navigation block › Focus management › Focus management when creating navigation links
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:408:3 › Navigation block › Focus management › Can add submenu item using the keyboard
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:479:3 › Navigation block › Focus management › Can add submenu item(custom-link) using the keyboard
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:536:3 › Navigation block › Focus management › Deleting items
1 skipped
204 passed (8.3m)
|
Loading