[stable34] Update nextcloud/ocp dependency #1368
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
7s
Annotations
10 errors and 3 notices
|
[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
|
|
[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/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
|
|
playwright (3, 3)
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L0
3) [chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes ββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L37
3) [chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes ββββββ
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' })
35 | await expect(await file.getContent()).toBe('')
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 | })
at /home/runner/actions-runner/_work/text/text/playwright/e2e/reconnect.spec.ts:37:59
|
|
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes:
playwright/e2e/reconnect.spec.ts#L0
3) [chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes ββββββ
Test timeout of 30000ms exceeded.
|
|
[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-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/autosave.spec.ts:21:1 βΊ saves after 30 seconds βββββββββββββββββββββ
18 passed (3.8m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/design.spec.ts:16:1 βΊ Editor container grows vertically ββββββββββββ
15 passed (5.6m)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/reconnect.spec.ts:21:1 βΊ opening a file with unsaved changes βββββββ
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.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report_shard1
|
6.04 MB |
sha256:c4d409fa0614c02c1f9206b1471f266bc8ad2328e4867168a6ea302993e985d8
|
|
|
playwright-report_shard2
|
2.41 MB |
sha256:d19ab414d84d905f34081e55cf7a3d0d9c25aa2488c320d5daa518fe834f96b3
|
|
|
playwright-report_shard3
|
9.78 MB |
sha256:4bf5a0124e0ae6ed7a6b686be84b570b9bc9d35e593315c325d0cc69fe842008
|
|