chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 #1338
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
11 errors and 1 notice
|
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
3) [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/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
3) [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/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
2) [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 3073px. 147906 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/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.
|
|
playwright (2, 3)
The strategy configuration was canceled because "playwright._3_3" failed
|
|
playwright (2, 3)
The operation was canceled.
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
1 failed
[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/print.spec.ts:22:2 βΊ Own file on ci ββββββββββββββββββββββββββββββββ
14 passed (8.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard3
|
10.1 MB |
sha256:b89d937d12340bba34ef3a1bec4c1fe4205366a406c07bdea5a9775d9a7eb401
|
|