[stable35] Derive semantic Markdown changes #2045
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
5 errors, 2 warnings, and 3 notices
|
playwright (1, 3)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/conflict.spec.ts:163:1 βΊ [conflict] automatic resolution if no unsaved changes:
playwright/e2e/conflict.spec.ts#L184
3) [chromium] βΊ playwright/e2e/conflict.spec.ts:163:1 βΊ [conflict] automatic resolution if no unsaved changes
Error: expect(locator).not.toBeVisible() failed
Locator: locator('#read-only-editor').first().getByRole('textbox')
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for locator('#read-only-editor').first().getByRole('textbox')
14 Γ locator resolved to <div role="textbox" translate="yes" contenteditable="false" class="tiptap ProseMirror">β¦</div>
- unexpected value "visible"
182 | timeout: 10_000,
183 | })
> 184 | await expect(reader.content).not.toBeVisible()
| ^
185 | await expect(container.getButton({
186 | name: /Keep my local changes and overwrite the remote version/,
187 | })).not.toBeVisible()
at /home/runner/actions-runner/_work/text/text/playwright/e2e/conflict.spec.ts:184:35
|
|
[chromium] βΊ playwright/e2e/autosave.spec.ts:48:1 βΊ saves after being disconnected for 5 sec.:
playwright/e2e/autosave.spec.ts#L62
2) [chromium] βΊ playwright/e2e/autosave.spec.ts:48:1 βΊ saves after being disconnected for 5 sec. β
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: 10000ms
Call log:
- Expect "not toHaveAccessibleName" with timeout 10000ms
- waiting for locator('.editor').first().locator('.save-status')
4 Γ locator resolved to <div data-v-d2fb91a4="" class="save-status error" title="Last saved a few seconds ago - Unsaved changes">β¦</div>
- unexpected value "Last saved a few seconds ago - Unsaved changes"
60 | await setOnline()
61 | await expect(editor.saveIndicator).toHaveAccessibleName(/Unsaved changes/)
> 62 | await expect(editor.saveIndicator).not.toHaveAccessibleName(/Unsaved changes/, { timeout: 10_000 })
| ^
63 | })
64 |
65 | test('saves after being disconnected for 2 minutes.', async ({
at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:62:41
|
|
[chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second:
playwright/e2e/autosave.spec.ts#L28
1) [chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second ββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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"
26 | await editor.typeHeading('Hello world')
27 | await expect(editor.saveIndicator).toHaveAccessibleName(/Unsaved changes/)
> 28 | await expect(editor.saveIndicator).not.toHaveAccessibleName(/Unsaved changes/)
| ^
29 | // TODO: Why does this not work? await expect(await file.getContent()).toBe('## Hello world')
30 | })
31 |
at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:28:41
|
|
playwright-summary
Process completed with exit code 1.
|
|
playwright (2, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
playwright (3, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
21 passed (4.9m)
|
|
π Playwright Run Summary
25 passed (6.2m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/autosave.spec.ts:48:1 βΊ saves after being disconnected for 5 sec. ββ
2 flaky
[chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second βββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/conflict.spec.ts:163:1 βΊ [conflict] automatic resolution if no unsaved changes
1 did not run
26 passed (12.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard1
|
51.2 MB |
sha256:e7689fe82a526c0492d60edb12bc3e4df7741f8cad22c07b0c35e4bb19cef0f0
|
|