E2E: Try to fix the flaky autocomplete spec #85634
Annotations
4 errors and 1 notice
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L458
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 })
456 | selected: true,
457 | } )
> 458 | ).toBeVisible();
| ^
459 | await page.keyboard.press( 'Enter' );
460 |
461 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:458:5
|
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L458
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 })
456 | selected: true,
457 | } )
> 458 | ).toBeVisible();
| ^
459 | await page.keyboard.press( 'Enter' );
460 |
461 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:458:5
|
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L458
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 #2 ───────────────────────────────────────────────────────────────────────────────────────
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 })
456 | selected: true,
457 | } )
> 458 | ).toBeVisible();
| ^
459 | await page.keyboard.press( 'Enter' );
460 |
461 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:458:5
|
|
|
The logs for this run have expired and are no longer available.
Loading