Custom env variables #4
Annotations
8 errors and 1 notice
core/galata/test/documentation/general.test.ts#L1
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Test timeout of 90000ms exceeded.
|
core/galata/test/documentation/general.test.ts#L50
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Error: proxy.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('button:has-text("Select")')
48 | await page.click('.lm-Menu ul[role="menu"] >> text=New');
49 | await page.click('#jp-mainmenu-file-new >> text=Console');
> 50 | await page.click('button:has-text("Select")');
| ^
51 |
52 | await page.dblclick('text=Data.ipynb');
53 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:50:16
|
core/galata/test/documentation/general.test.ts#L1
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
core/galata/test/documentation/general.test.ts#L50
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('button:has-text("Select")')
48 | await page.click('.lm-Menu ul[role="menu"] >> text=New');
49 | await page.click('#jp-mainmenu-file-new >> text=Console');
> 50 | await page.click('button:has-text("Select")');
| ^
51 |
52 | await page.dblclick('text=Data.ipynb');
53 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:50:16
|
core/galata/test/documentation/general.test.ts#L1
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
core/galata/test/documentation/general.test.ts#L50
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('button:has-text("Select")')
48 | await page.click('.lm-Menu ul[role="menu"] >> text=New');
49 | await page.click('#jp-mainmenu-file-new >> text=Console');
> 50 | await page.click('button:has-text("Select")');
| ^
51 |
52 | await page.dblclick('text=Data.ipynb');
53 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:50:16
|
core/galata/test/documentation/debugger.test.ts#L167
2) [documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
Error: Screenshot comparison failed:
366 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts-snapshots/debugger-stop-on-unhandled-exception-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugge-b2db7-er-Breakpoints-on-exception-documentation/debugger-stop-on-unhandled-exception-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugge-b2db7-er-Breakpoints-on-exception-documentation/debugger-stop-on-unhandled-exception-diff.png
165 | clip: { y: 110, x: 300, width: 300, height: 80 }
166 | })
> 167 | ).toMatchSnapshot('debugger_stop_on_unhandled_exception.png');
| ^
168 |
169 | await page.click('jp-button[title^=Continue]');
170 | await page.notebook.waitForRun(0);
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts:167:7
|
|
|
This job failed
Loading