[stable33] chore(deps-dev): bump phpunit/phpunit from 9.6.29 to 9.6.33 #450
Annotations
8 errors and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db:
playwright/support/fixtures/Node.ts#L84
3) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.md', { exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- 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/change-mime-type.spec.ts:13:2
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up:
playwright/e2e/versions.spec.ts#L86
2) [chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up:
playwright/e2e/versions.spec.ts#L86
2) [chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up:
playwright/e2e/versions.spec.ts#L86
2) [chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately:
playwright/e2e/versions.spec.ts#L86
1) [chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately:
playwright/e2e/versions.spec.ts#L86
1) [chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3
|
|
[chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately:
playwright/e2e/versions.spec.ts#L86
1) [chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' })
84 | // current version
85 | await versions.getByRole('link').nth(0).click()
> 86 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
| ^
87 | }
88 |
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:86:50)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3
|
|
π Playwright Run Summary
2 failed
[chromium] βΊ playwright/e2e/versions.spec.ts:27:3 βΊ Versions with close timestamps βΊ Show up separately
[chromium] βΊ playwright/e2e/versions.spec.ts:49:3 βΊ Versions with distant timestamps βΊ Show up β
1 flaky
[chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db
26 passed (4.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
8.58 MB |
sha256:101eb95c44764082176c679e7c49a4abc7c97d48a38d1351e6a18c0948832091
|
|