chore(deps): bump @testing-library/user-event from 14.6.6 to 14.6.7 (… #383
Annotations
2 errors and 1 notice
|
[ipad-pro] › e2e/ccp.test.ts:3:5 › copy and paste value:
e2e/ccp.test.ts#L13
2) [ipad-pro] › e2e/ccp.test.ts:3:5 › copy and paste value ───────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('formula-editor-trigger')
Expected: "hello"
Received: "ello"
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">ello</div>
- unexpected value "ello"
11 | await sleep(50);
12 | await expect(page.getByTestId('formula-bar-name-input')).toHaveValue('A2');
> 13 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText('hello');
| ^
14 | });
15 |
16 | test('cut and paste value', async ({ page }) => {
at /home/runner/work/excel/excel/e2e/ccp.test.ts:13:60
|
|
[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/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────
[ipad-pro] › e2e/ccp.test.ts:3:5 › copy and paste value ────────────────────────────────────────
3 skipped
247 passed (4.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
2.54 MB |
sha256:0a13fb9c4b75ece2b95008aba177b64fb82b8e8a9f89778441a462e57e06697f
|
|