Add some file system tests #96
build.yml
on: pull_request
build
2m 21s
Check Links
39s
Annotations
4 errors and 1 notice
tests/fs.spec.ts:60:7 › Filesystem › should support rm:
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
|
tests/fs.spec.ts:60:7 › Filesystem › should support rm:
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
|
tests/fs.spec.ts:60:7 › Filesystem › should support rm:
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
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
tests/fs.spec.ts:60:7 › Filesystem › should support rm ─────────────────────────────────────────
10 passed (44.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
752 KB |
|
jupyterlite_terminal-playwright-tests
|
231 KB |
|