Add some file system tests #96
Annotations
4 errors and 1 notice
Execute integration tests:
ui-tests/tests/fs.spec.ts#L64
1) tests/fs.spec.ts:60:7 › Filesystem › should support rm ────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
62 | await page.filebrowser.refresh();
63 |
> 64 | expect(await page.contents.fileExists('fact.lua')).toBeFalsy();
| ^
65 | });
66 |
67 | test('should support touch', async ({ page }) => {
at /home/runner/work/terminal/terminal/ui-tests/tests/fs.spec.ts:64:56
|
Execute integration tests:
ui-tests/tests/fs.spec.ts#L64
1) tests/fs.spec.ts:60:7 › Filesystem › should support rm ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
62 | await page.filebrowser.refresh();
63 |
> 64 | expect(await page.contents.fileExists('fact.lua')).toBeFalsy();
| ^
65 | });
66 |
67 | test('should support touch', async ({ page }) => {
at /home/runner/work/terminal/terminal/ui-tests/tests/fs.spec.ts:64:56
|
Execute integration tests:
ui-tests/tests/fs.spec.ts#L64
1) tests/fs.spec.ts:60:7 › Filesystem › should support rm ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
62 | await page.filebrowser.refresh();
63 |
> 64 | expect(await page.contents.fileExists('fact.lua')).toBeFalsy();
| ^
65 | });
66 |
67 | test('should support touch', async ({ page }) => {
at /home/runner/work/terminal/terminal/ui-tests/tests/fs.spec.ts:64:56
|
Execute integration tests
Process completed with exit code 1.
|
Execute integration tests
1 failed
tests/fs.spec.ts:60:7 › Filesystem › should support rm ─────────────────────────────────────────
10 passed (44.0s)
|
Loading