chore(deps): bump @vitejs/plugin-react from 6.1.0 to 6.1.1 #379
Annotations
7 errors and 1 notice
|
[ipad-pro] › e2e/undo-redo.test.ts:8:7 › undo and redo › undo and redo basic operations:
e2e/undo-redo.test.ts#L43
3) [ipad-pro] › e2e/undo-redo.test.ts:8:7 › undo and redo › undo and redo basic operations ───────
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('formula-editor-trigger')
Expected: "123"
Received: "23"
Timeout: 10000ms
Call log:
- Expect "toHaveText" with timeout 10000ms
- waiting for getByTestId('formula-editor-trigger')
23 × locator resolved to <div data-testid="formula-editor-trigger" class="_formula-bar-value_1flh9_38 _show_1flh9_53">23</div>
- unexpected value "23"
41 |
42 | await clickFirstCell(page);
> 43 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText('123');
| ^
44 |
45 | // Redo second value
46 | await page.getByTestId('toolbar-redo').click();
at /home/runner/work/excel/excel/e2e/undo-redo.test.ts:43:62
|
|
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/performance.test.ts#L8
2) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThan(expected)
Expected: < 4000
Received: 4076
6 | const loadTime = Date.now() - startTime;
7 | console.log(`page load time: ${loadTime} ms`);
> 8 | expect(loadTime).toBeLessThan(4000);
| ^
9 | });
10 |
11 | test('has title', async ({ page }) => {
at /home/runner/work/excel/excel/e2e/performance.test.ts:8:20
|
|
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/performance.test.ts#L0
2) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Importing a module script failed.
|
|
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L33
2) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────────
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
at util.ts:33
31 | });
32 |
> 33 | await page.goto('/');
| ^
34 |
35 | await clearTable(page);
36 |
at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:33:14)
at /home/runner/work/excel/excel/e2e/performance.test.ts:5:21
|
|
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/performance.test.ts#L0
2) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────────
Importing a module script failed.
|
|
[webkit] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L33
1) [webkit] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────────
Error: page.goto: Test ended.
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
at util.ts:33
31 | });
32 |
> 33 | await page.goto('/');
| ^
34 |
35 | await clearTable(page);
36 |
at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:33:14)
at /home/runner/work/excel/excel/e2e/performance.test.ts:5:21
|
|
[webkit] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/performance.test.ts#L0
1) [webkit] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────────
Importing a module script failed.
|
|
🎭 Playwright Run Summary
3 flaky
[webkit] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────────────
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ──────────
[ipad-pro] › e2e/undo-redo.test.ts:8:7 › undo and redo › undo and redo basic operations ────────
3 skipped
246 passed (5.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
3.48 MB |
sha256:58c245c1dc985d95bcda19f9ddedad84fc1f6bf9165cbbf55792aaebb0d072b5
|
|