chore: fix lint #2203
Annotations
7 errors and 2 notices
[chromium] › tests/img.spec.ts:16:9 › Img › preview display of images:
projects/demo-playwright/tests/img.spec.ts#L19
1) [chromium] › tests/img.spec.ts:16:9 › Img › preview display of images ─────────────────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Expected: /home/runner/work/editor/editor/projects/demo-playwright/snapshots/tests/img.spec.ts-snapshots/Img-02-chromium-linux.png
Call log:
- expect.toHaveScreenshot(Img-02.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-editor')
- Timeout 5000ms exceeded.
17 | await tuiGoto(page, 'images/preview');
18 |
> 19 | await expect(page.locator('tui-editor')).toHaveScreenshot('Img-02.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/editor/editor/projects/demo-playwright/tests/img.spec.ts:19:50
|
[chromium] › tests/img.spec.ts:16:9 › Img › preview display of images:
projects/demo-playwright/tests/img.spec.ts#L19
1) [chromium] › tests/img.spec.ts:16:9 › Img › preview display of images ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Timeout 5000ms exceeded.
Expected: /home/runner/work/editor/editor/projects/demo-playwright/snapshots/tests/img.spec.ts-snapshots/Img-02-chromium-linux.png
Call log:
- expect.toHaveScreenshot(Img-02.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-editor')
- Timeout 5000ms exceeded.
17 | await tuiGoto(page, 'images/preview');
18 |
> 19 | await expect(page.locator('tui-editor')).toHaveScreenshot('Img-02.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/editor/editor/projects/demo-playwright/tests/img.spec.ts:19:50
|
[chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool:
projects/demo-playwright/tests/toolbar.spec.ts#L1
2) [chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool ────
Test timeout of 30000ms exceeded.
|
[chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool:
projects/demo-playwright/tests/toolbar.spec.ts#L48
2) [chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool ────
Error: locator.focus: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[contenteditable]').first()
46 | await tuiGoto(page, '/custom-tool/paste-emoji#custom-tool');
47 |
> 48 | await page.locator('[contenteditable]').nth(0).focus();
| ^
49 |
50 | await expect(page.locator('tui-editor')).toHaveScreenshot('Toolbar-05.png');
51 |
at /home/runner/work/editor/editor/projects/demo-playwright/tests/toolbar.spec.ts:48:56
|
[chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool:
projects/demo-playwright/tests/toolbar.spec.ts#L1
2) [chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool:
projects/demo-playwright/tests/toolbar.spec.ts#L48
2) [chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.focus: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[contenteditable]').first()
46 | await tuiGoto(page, '/custom-tool/paste-emoji#custom-tool');
47 |
> 48 | await page.locator('[contenteditable]').nth(0).focus();
| ^
49 |
50 | await expect(page.locator('tui-editor')).toHaveScreenshot('Toolbar-05.png');
51 |
at /home/runner/work/editor/editor/projects/demo-playwright/tests/toolbar.spec.ts:48:56
|
E2E
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/img.spec.ts:16:9 › Img › preview display of images ──────────────────────────
[chromium] › tests/toolbar.spec.ts:45:9 › Toolbar › has the possibility to add custom tool ─────
14 passed (1.2m)
|
🎭 Playwright Run Summary
16 passed (26.9s)
|