Add a "question" bloc in addition of Danger, Info, Positive, Warn #1715
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
5 errors and 3 notices
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L38
3) [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/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
2) [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/work/text/text/playwright/e2e/indexed-db.spec.ts:49:41
|
|
[chromium] βΊ playwright/e2e/ime-input.spec.ts:32:1 βΊ Input Chinese character via IME at beginning of paragraph works:
playwright/support/fixtures/Node.ts#L31
1) [chromium] βΊ playwright/e2e/ime-input.spec.ts:32:1 βΊ Input Chinese character via IME at beginning of paragraph works
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.md', { exact: true })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByLabel('empty.md', { exact: true })
at support/fixtures/Node.ts:31
29 | await this.page.goto(`f/${this.id}`)
30 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 31 | .toBeVisible({ timeout })
| ^
32 | }
33 |
34 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:31:5)
at /home/runner/work/text/text/playwright/e2e/ime-input.spec.ts:17:2
|
|
[chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second:
playwright/support/fixtures/Node.ts#L31
1) [chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second ββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.md', { exact: true })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByLabel('empty.md', { exact: true })
at support/fixtures/Node.ts:31
29 | await this.page.goto(`f/${this.id}`)
30 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 31 | .toBeVisible({ timeout })
| ^
32 | }
33 |
34 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:31:5)
at /home/runner/work/text/text/playwright/e2e/autosave.spec.ts:21:2
|
|
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically:
playwright/support/fixtures/Node.ts#L31
1) [chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically βββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.md', { exact: true })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByLabel('empty.md', { exact: true })
at support/fixtures/Node.ts:31
29 | await this.page.goto(`f/${this.id}`)
30 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 31 | .toBeVisible({ timeout })
| ^
32 | }
33 |
34 | async move(newName: string) {
at Node.open (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:31:5)
at /home/runner/actions-runner/_work/text/text/playwright/e2e/design.spec.ts:13:2
|
|
π Playwright Run Summary
3 flaky
[chromium] βΊ playwright/e2e/ime-input.spec.ts:32:1 βΊ Input Chinese character via IME at beginning of paragraph works
[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 βββββββ
17 passed (3.5m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/autosave.spec.ts:24:1 βΊ saves after 1 second βββββββββββββββββββββββ
19 passed (4.4m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically ββββββββββββ
19 passed (5.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard1
Expired
|
8.53 MB |
sha256:1cf9fc06865d61fe4cbe8cd22cd48584a67fa32d883b09a352a0a8538e36184a
|
|
|
playwright-report_shard2
Expired
|
1.69 MB |
sha256:76d75632a70786717aacc54ae9803f538f3eb2aae0da4167265d747a178ea985
|
|
|
playwright-report_shard3
Expired
|
9.66 MB |
sha256:e4229d90f707afd8c4ee8257423e9895df81e8ecc785f7dd1b5f4d0f6d4872af
|
|