[stable34] fix(viewer): align content of old version in viewer version comparison #1855
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
2 errors, 1 warning, and 3 notices
|
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db:
playwright/e2e/indexed-db.spec.ts#L49
1) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db ββββββββββββββ
Error: expect(locator).not.toHaveAttribute(expected) failed
Locator: locator('.editor').first().locator('.save-status')
Expected pattern: not /Unsaved changes/
Received string: "Last saved a few seconds ago - Unsaved changes"
Timeout: 5000ms
Call log:
- Expect "not toHaveAttribute" with timeout 5000ms
- waiting for locator('.editor').first().locator('.save-status')
14 Γ locator resolved to <div data-v-e16ff5a4="" class="save-status saving" title="Last saved a few seconds ago - Unsaved changes">β¦</div>
- unexpected value "Last saved a few seconds ago - Unsaved changes"
47 | await expect(editor.offlineState).not.toBeVisible()
48 | await pushWithSteps
> 49 | await expect(editor.saveIndicator).not.toHaveAttribute(
| ^
50 | 'title',
51 | /Unsaved changes/,
52 | )
at /home/runner/work/text/text/playwright/e2e/indexed-db.spec.ts:49:41
|
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L38
1) [chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes ββββββ
Error: expect(locator).not.toHaveAccessibleName(expected) failed
Locator: locator('.editor').first().locator('.save-status')
Expected pattern: not /Unsaved changes/
Received string: "Last saved a few seconds ago - Unsaved changes"
Timeout: 5000ms
Call log:
- Expect "not toHaveAccessibleName" with timeout 5000ms
- waiting for locator('.editor').first().locator('.save-status')
14 Γ locator resolved to <div data-v-e16ff5a4="" class="save-status saving" title="Last saved a few seconds ago - Unsaved changes">β¦</div>
- unexpected value "Last saved a few seconds ago - Unsaved changes"
36 | await open()
37 | await expect(editor.getHeading({ name: 'Hello world' })).toBeVisible()
> 38 | await expect(editor.saveIndicator).not.toHaveAccessibleName(/Unsaved changes/)
| ^
39 | await expect(await file.getContent()).toBe('## Hello world')
40 | })
41 |
at /home/runner/work/text/text/playwright/e2e/reconnect.spec.ts:38:41
|
|
playwright (1, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db βββββββββββββββ
17 passed (2.9m)
|
|
π Playwright Run Summary
20 passed (4.0m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes βββββββ
18 passed (3.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard2
Expired
|
4.74 MB |
sha256:489cb165d2e16802c3773cc82de7f72493584363c785953e336de292b7cdce8b
|
|
|
playwright-report_shard3
Expired
|
4.28 MB |
sha256:c82195b80fc41e93c9cc7bca12264094788fdc37f4102d376955fedcd400e5e6
|
|