Add some file system tests (#34) #98
Annotations
1 error and 1 notice
tests/fs.spec.ts:49:7 › Filesystem › should support cp:
ui-tests/tests/fs.spec.ts#L54
1) tests/fs.spec.ts:49:7 › Filesystem › should support cp ────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
52 |
53 | expect(await page.contents.fileExists('months.txt')).toBeTruthy();
> 54 | expect(await page.contents.fileExists('other.txt')).toBeTruthy();
| ^
55 |
56 | const other = await page.contents.getContentMetadata('other.txt');
57 | expect(other?.content).toEqual(MONTHS_TXT);
at /home/runner/work/terminal/terminal/ui-tests/tests/fs.spec.ts:54:57
|
🎭 Playwright Run Summary
1 flaky
tests/fs.spec.ts:49:7 › Filesystem › should support cp ─────────────────────────────────────────
1 skipped
9 passed (31.7s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
753 KB |
|
jupyterlite_terminal-playwright-tests
|
223 KB |
|