chore(deps): bump @types/react-dom in the react group across 1 direct… #387
Annotations
3 errors and 1 notice
|
[mobile-safari] › e2e/number-format.test.ts:66:5 › number format with large number:
e2e/number-format.test.ts#L75
2) [mobile-safari] › e2e/number-format.test.ts:66:5 › number format with large number ────────────
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('formula-editor-trigger')
Expected: "1000000"
Received: "0"
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">0</div>
- unexpected value "0"
73 |
74 | // Verify the number
> 75 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText(
| ^
76 | '1000000',
77 | );
78 |
at /home/runner/work/excel/excel/e2e/number-format.test.ts:75:60
|
|
[mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L33
1) [mobile-safari] › 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
|
|
[mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/performance.test.ts#L0
1) [mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────
Importing a module script failed.
|
|
🎭 Playwright Run Summary
2 flaky
[mobile-safari] › e2e/number-format.test.ts:66:5 › number format with large number ─────────────
[mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────
3 skipped
247 passed (4.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.47 MB |
sha256:4f340ea42740850aedeb51ed6496aa643aab79bed982b74ae73961f7955d676d
|
|