Bump ajv from 8.12.0 to 8.18.0 in /ui-tests #2729
Annotations
14 errors and 2 notices
|
Update snapshots
Process completed with exit code 1.
|
|
Update snapshots:
ui-tests/test/links.spec.ts#L25
2) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
23 |
24 | const [current] = await Promise.all([
> 25 | page.waitForEvent('popup'),
| ^
26 | page.getByText('Current Directory').last().click(),
27 | ]);
28 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:25:12
|
|
Update snapshots:
ui-tests/test/links.spec.ts#L0
2) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
|
Update snapshots:
ui-tests/test/notebook.spec.ts#L247
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
Update snapshots:
ui-tests/test/notebook.spec.ts#L0
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
Update snapshots:
ui-tests/test/notebook.spec.ts#L247
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
Update snapshots:
ui-tests/test/notebook.spec.ts#L0
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Test timeout of 60000ms exceeded.
|
|
Test
Process completed with exit code 1.
|
|
Test:
ui-tests/test/links.spec.ts#L44
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
42 |
43 | const [folder] = await Promise.all([
> 44 | page.waitForEvent('popup'),
| ^
45 | page.getByText('Open Test Folder').last().click(),
46 | ]);
47 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:44:12
|
|
Test:
ui-tests/test/links.spec.ts#L0
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Test timeout of 60000ms exceeded.
|
|
Test:
ui-tests/test/notebook.spec.ts#L247
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
Test:
ui-tests/test/notebook.spec.ts#L0
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
|
Test:
ui-tests/test/notebook.spec.ts#L247
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
Test:
ui-tests/test/notebook.spec.ts#L0
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Test timeout of 60000ms exceeded.
|
|
Update snapshots
1 failed
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
1 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
41 passed (5.1m)
|
|
Test
1 failed
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
1 flaky
[chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ─────────────────────────────
41 passed (5.1m)
|
Loading