Add some playwright ui tests #89
Annotations
3 errors and 1 notice
Execute integration tests:
ui-tests/tests/jupyterlite_terminal.spec.ts#L1
1) tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ─────────────────
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/jupyterlite_terminal.spec.ts#L60
1) tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ─────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTitle('Name: out.txt') to be visible
58 |
59 | await inputLine(page, 'echo Hello > out.txt');
> 60 | await page.getByTitle('Name: out.txt').waitFor();
| ^
61 | });
62 | });
63 |
at /home/runner/work/terminal/terminal/ui-tests/tests/jupyterlite_terminal.spec.ts:60:44
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
1 failed
tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ──────────────────
6 passed (1.4m)
|
Loading