chore(upgrade) nextcloud/ocp and fix deprecation #2010
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
2 errors, 2 warnings, and 3 notices
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L38
2) [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-d2fb91a4="" 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/actions-runner/_work/text/text/playwright/e2e/reconnect.spec.ts:38:41
|
|
[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-d2fb91a4="" 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/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:49:41
|
|
playwright (2, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
playwright (1, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
21 passed (1.9m)
|
|
π Playwright Run Summary
2 flaky
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db βββββββββββββββ
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes βββββββ
23 passed (3.4m)
|
|
π Playwright Run Summary
30 passed (4.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard3
|
7.53 MB |
sha256:276b246a40091adc3718b3b4310d5706c45f6bc3ee5a3b5d282230b73d32e5d6
|
|