Skip to content

Add a "question" bloc in addition of Danger, Info, Positive, Warn #1715

Add a "question" bloc in addition of Danger, Info, Positive, Warn

Add a "question" bloc in addition of Danger, Info, Positive, Warn #1715

Re-run triggered August 5, 2026 09:44
Status Success
Total duration 1h 4m 47s
Artifacts 3

playwright.yml

on: pull_request
Matrix: playwright
playwright-summary
7s
playwright-summary
Fit to window
Zoom out
Zoom in

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