Tweaks (#46) #200
Annotations
2 errors and 1 notice
ui-tests/tests/hostpage-tests.spec.ts#L1
1) tests/hostpage-tests.spec.ts:79:7 › Commands from host should affect lab in iframe › Open a new notebook
Test timeout of 60000ms exceeded.
|
ui-tests/tests/hostpage-tests.spec.ts#L98
1) tests/hostpage-tests.spec.ts:79:7 › Commands from host should affect lab in iframe › Open a new notebook
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#jupyterlab').contentFrame().getByRole('button', { name: 'Discard changes to file' })
96 | await iframe
97 | .getByRole('button', { name: 'Discard changes to file' })
> 98 | .click();
| ^
99 | await iframe.locator('.jp-LauncherCard-icon').first().waitFor();
100 | });
101 | });
at /home/runner/work/jupyter-iframe-commands/jupyter-iframe-commands/ui-tests/tests/hostpage-tests.spec.ts:98:8
|
|
The logs for this run have expired and are no longer available.
Loading