chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.62.2 (main) #1367
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
8 errors and 3 notices
|
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically:
playwright/support/fixtures/Node.ts#L84
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:84
82 | await this.page.goto(`f/${this.id}`)
83 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 84 | .toBeVisible({ timeout })
| ^
85 | }
86 |
87 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/work/text/text/playwright/e2e/design.spec.ts:13:2
|
|
playwright (3, 3)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci:
playwright/e2e/print.spec.ts#L25
2) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci ββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
3744338 pixels (ratio 0.96 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3744338 pixels (ratio 0.96 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3744338 pixels (ratio 0.96 of all image pixels) are different.
23 | await open()
24 | await page.emulateMedia({ media: 'print' })
> 25 | await expect(page).toHaveScreenshot({ fullPage: true })
| ^
26 | })
27 | })
28 |
at /home/runner/work/text/text/playwright/e2e/print.spec.ts:25:22
|
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci:
playwright/e2e/print.spec.ts#L25
2) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci ββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
3744338 pixels (ratio 0.96 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3744338 pixels (ratio 0.96 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3744338 pixels (ratio 0.96 of all image pixels) are different.
23 | await open()
24 | await page.emulateMedia({ media: 'print' })
> 25 | await expect(page).toHaveScreenshot({ fullPage: true })
| ^
26 | })
27 | })
28 |
at /home/runner/work/text/text/playwright/e2e/print.spec.ts:25:22
|
|
[chromium] βΊ playwright/e2e/ime-input.spec.ts:30:1 βΊ Input Chinese character via IME at beginning of paragraph works:
playwright/support/fixtures/Node.ts#L84
1) [chromium] βΊ playwright/e2e/ime-input.spec.ts:30: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:84
82 | await this.page.goto(`f/${this.id}`)
83 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 84 | .toBeVisible({ timeout })
| ^
85 | }
86 |
87 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/work/text/text/playwright/e2e/ime-input.spec.ts:15:2
|
|
[chromium] βΊ playwright/e2e/conflict.spec.ts:140:3 βΊ Plaintext conflict resolution βΊ [conflict:
playwright/e2e/conflict.spec.ts#L152
2) [chromium] βΊ playwright/e2e/conflict.spec.ts:140:3 βΊ Plaintext conflict resolution βΊ [conflict, plaintext] manual resolution after typing while online - resolve with local version
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.editor').first().getByRole('textbox')
Expected: "Good bye"
Received: "Good byeHello world"
Timeout: 10000ms
Call log:
- Expect "toHaveText" with timeout 10000ms
- waiting for locator('.editor').first().getByRole('textbox')
14 Γ locator resolved to <div tabindex="0" role="textbox" translate="no" contenteditable="true" class="tiptap ProseMirror ProseMirror-focused">β¦</div>
- unexpected value "Hello world"
9 Γ locator resolved to <div tabindex="0" role="textbox" translate="no" contenteditable="true" class="tiptap ProseMirror ProseMirror-focused">β¦</div>
- unexpected value "Good byeHello world"
150 |
151 | // Verify both verisons are shown
> 152 | await expect(editor.content).toHaveText('Good bye', { timeout: 10_000 })
| ^
153 | await expect(reader.content).toHaveText('Hello world')
154 |
155 | // Resolve conflict
at /home/runner/work/text/text/playwright/e2e/conflict.spec.ts:152:33
|
|
[chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds:
playwright/support/fixtures/Node.ts#L84
1) [chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds ββββββββββββββββββββ
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:84
82 | await this.page.goto(`f/${this.id}`)
83 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 84 | .toBeVisible({ timeout })
| ^
85 | }
86 |
87 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/work/text/text/playwright/e2e/autosave.spec.ts:18:2
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically ββββββββββββ
15 passed (2.3m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci βββββββββββββββββββββββββββββ
1 flaky
[chromium] βΊ playwright/e2e/ime-input.spec.ts:30:1 βΊ Input Chinese character via IME at beginning of paragraph works
15 passed (3.0m)
|
|
π Playwright Run Summary
2 flaky
[chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds βββββββββββββββββββββ
[chromium] βΊ playwright/e2e/conflict.spec.ts:140:3 βΊ Plaintext conflict resolution βΊ [conflict, plaintext] manual resolution after typing while online - resolve with local version
17 passed (5.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard1
|
53.1 MB |
sha256:6d1a0eb0579fc2f79873085708d8864cd4a46ee6fd019c2cecfa06b7494c0d50
|
|
|
playwright-report_shard2
|
1.71 MB |
sha256:17a40e396d847cd09caaf73ca90de0396ed97a4a60a33115fdb7e158ad73d8d5
|
|
|
playwright-report_shard3
|
6.82 MB |
sha256:2d1019aa5590f297adb029414c2db9784e488a54986b45027e32131ceaa8cfcb
|
|