fix(deps): update tiptap to ^3.27.1 (main) #1303
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
8s
Annotations
16 errors and 2 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
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/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/actions-runner/_work/text/text/playwright/e2e/design.spec.ts:13:2
|
|
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically:
playwright/e2e/design.spec.ts#L12
1) [chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically βββββββββββ
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 | const test = mergeTests(editorTest, uploadFileTest)
11 |
> 12 | test.beforeEach(async ({ open }) => {
| ^
13 | await open()
14 | })
15 |
at /home/runner/actions-runner/_work/text/text/playwright/e2e/design.spec.ts:12:6
|
|
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
4) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci ββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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/actions-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
4) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci ββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 3686781 pixels (ratio 0.94 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/actions-runner/_work/text/text/playwright/e2e/print.spec.ts:25:22
|
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci:
playwright/e2e/print.spec.ts#L25
3) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci βββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
Expected an image 1280px by 3073px, received 1280px by 3096px. 218139 pixels (ratio 0.06 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 218139 pixels (ratio 0.06 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
- Expected an image 1280px by 3073px, received 1280px by 3096px. 218139 pixels (ratio 0.06 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/actions-runner/_work/text/text/playwright/e2e/print.spec.ts:25:22
|
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci:
playwright/e2e/print.spec.ts#L25
3) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci βββββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
Timeout: 5000ms
Failed to take two consecutive stable screenshots.
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
- Expected an image 1280px by 3073px, received 1280px by 720px. 147906 pixels (ratio 0.04 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
- Expected an image 1280px by 720px, received 1280px by 3096px. 146844 pixels (ratio 0.04 of all image pixels) are different.
- waiting 250ms before taking screenshot
- Timeout 5000ms exceeded.
23 | await open()
24 | await page.emulateMedia({ media: 'print' })
> 25 | await expect(page).toHaveScreenshot({ fullPage: true })
| ^
26 | })
27 | })
28 |
at /home/runner/actions-runner/_work/text/text/playwright/e2e/print.spec.ts:25:22
|
|
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db:
playwright/e2e/indexed-db.spec.ts#L46
2) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db ββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'Hello world' })
Expected: visible
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'Hello world' })
44 | )
45 | await file.open()
> 46 | await expect(editor.getHeading({ name: 'Hello world' })).toBeVisible()
| ^
47 | await expect(editor.offlineState).not.toBeVisible()
48 | await pushWithSteps
49 | await expect(editor.saveIndicator).not.toHaveAttribute(
at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:46:59
|
|
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db:
playwright/e2e/indexed-db.spec.ts#L35
2) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db ββββββββββββββ
TimeoutError: page.waitForRequest: Timeout 10000ms exceeded while waiting for event "request"
33 | await close()
34 | await setOnline()
> 35 | const pushWithSteps = page.waitForRequest(
| ^
36 | (request) => {
37 | if (!request.url().includes('push')) {
38 | return false
at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:35:29
|
|
[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
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/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/actions-runner/_work/text/text/playwright/e2e/ime-input.spec.ts:15:2
|
|
[chromium] βΊ playwright/e2e/ime-input.spec.ts:30:1 βΊ Input Chinese character via IME at beginning of paragraph works:
playwright/e2e/ime-input.spec.ts#L14
1) [chromium] βΊ playwright/e2e/ime-input.spec.ts:30:1 βΊ Input Chinese character via IME at beginning of paragraph works
Test timeout of 30000ms exceeded while running "beforeEach" hook.
12 | const test = mergeTests(editorTest, uploadFileTest)
13 |
> 14 | test.beforeEach(async ({ open }) => {
| ^
15 | await open()
16 | })
17 |
at /home/runner/actions-runner/_work/text/text/playwright/e2e/ime-input.spec.ts:14:6
|
|
playwright (1, 3)
The strategy configuration was canceled because "playwright._3_3" failed
|
|
playwright (1, 3)
The operation was canceled.
|
|
[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
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/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5)
at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:18:2
|
|
[chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds:
playwright/e2e/autosave.spec.ts#L17
1) [chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds ββββββββββββββββββββ
Test timeout of 30000ms exceeded while running "beforeEach" hook.
15 | test.describe.configure({ mode: 'serial' })
16 |
> 17 | test.beforeEach(async ({ open }) => {
| ^
18 | await open()
19 | })
20 |
at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:17:6
|
|
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 (5.5m)
|
|
π Playwright Run Summary
2 failed
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci ββββββββββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci βββββββββββββββββββββββββββββ
2 flaky
[chromium] βΊ playwright/e2e/ime-input.spec.ts:30:1 βΊ Input Chinese character via IME at beginning of paragraph works
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:22:1 βΊ recovering from indexed db βββββββββββββββ
13 passed (8.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard2
Expired
|
1.99 MB |
sha256:00d2f31232f538f73a663adec2c842214f129ed71ff90bdbc7b33537ab1caf1c
|
|
|
playwright-report_shard3
Expired
|
17.8 MB |
sha256:5e299d1a38ec5e379d75267f0e99950ddc5eac6c40bc05d3df53672b6e7d3180
|
|