chore(deps): bump qs from 6.15.2 to 6.16.0 #372
Annotations
5 errors and 1 notice
|
[ipad-pro] › e2e/formatting.test.ts:65:5 › toggle wrap text:
e2e/formatting.test.ts#L76
3) [ipad-pro] › e2e/formatting.test.ts:65:5 › toggle wrap text ───────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('formula-editor-trigger')
Expected: "This is a long text that should wrap"
Received: "his is a long text that should wrap"
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">his is a long text that should wrap</div>
- unexpected value "his is a long text that should wrap"
74 |
75 | await expect(page.getByTestId('formula-bar-name-input')).toHaveValue('A1');
> 76 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText(
| ^
77 | 'This is a long text that should wrap',
78 | );
79 | });
at /home/runner/work/excel/excel/e2e/formatting.test.ts:76:60
|
|
[ipad-pro] › e2e/formatting.test.ts:20:5 › apply italic formatting:
e2e/formatting.test.ts#L31
2) [ipad-pro] › e2e/formatting.test.ts:20:5 › apply italic formatting ────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('formula-editor-trigger')
Expected: "Italic Text"
Received: "ext"
Timeout: 10000ms
Call log:
- Expect "toHaveText" with timeout 10000ms
- waiting for getByTestId('formula-editor-trigger')
24 × locator resolved to <div data-testid="formula-editor-trigger" class="_formula-bar-value_1flh9_38 _show_1flh9_53">ext</div>
- unexpected value "ext"
29 |
30 | await expect(page.getByTestId('formula-bar-name-input')).toHaveValue('A1');
> 31 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText(
| ^
32 | 'Italic Text',
33 | );
34 | });
at /home/runner/work/excel/excel/e2e/formatting.test.ts:31: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/util.ts#L4
1) [mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
at util.ts:4
2 |
3 | const clearTable = async (page: Page) => {
> 4 | await page.evaluate(() => {
| ^
5 | sessionStorage.clear();
6 | localStorage.clear();
7 | });
at clearTable (/home/runner/work/excel/excel/e2e/util.ts:4:14)
at Object.page (/home/runner/work/excel/excel/e2e/util.ts:66:11)
|
|
[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
3 flaky
[mobile-safari] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────
[ipad-pro] › e2e/formatting.test.ts:20:5 › apply italic formatting ─────────────────────────────
[ipad-pro] › e2e/formatting.test.ts:65:5 › toggle wrap text ────────────────────────────────────
3 skipped
246 passed (4.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
3.63 MB |
sha256:18ba9c9bbc6cdab324266135c6b6e0063f747a3634a043ef052fc5292f194ca5
|
|