chore: Move to RSpack #345
Annotations
10 errors and 1 notice
|
Run Playwright tests:
playwright/support/fixtures/shared-file.ts#L64
4) [chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Shared file βΊ formats text βββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByRole('toolbar', { name: 'Formatting menu bar' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('toolbar', { name: 'Formatting menu bar' })
at support/fixtures/shared-file.ts:64
62 | await page.goto(`s/${share.token}`)
63 | await expect(page.getByRole('toolbar', { name: 'Formatting menu bar' }))
> 64 | .toBeVisible()
| ^
65 | }
66 | await use(open)
67 | },
at open (/home/runner/work/text/text/playwright/support/fixtures/shared-file.ts:64:6)
at /home/runner/work/text/text/playwright/e2e/format-text.spec.ts:23:4
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
3) [chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Own file βΊ formats text ββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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/format-text.spec.ts:23:4
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
3) [chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Own file βΊ formats text ββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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/format-text.spec.ts:23:4
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
3) [chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Own file βΊ formats text ββββββββββββββββ
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/format-text.spec.ts:23:4
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
2) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:33:3 βΊ Changing mimetype from plain to markdown βΊ resets the document session and indexed db
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.txt', { exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByLabel('empty.txt', { 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
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
2) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:33:3 βΊ Changing mimetype from plain to markdown βΊ resets the document session and indexed db
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.txt', { exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByLabel('empty.txt', { 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
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
2) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:33:3 βΊ Changing mimetype from plain to markdown βΊ resets the document session and indexed db
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.txt', { exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByLabel('empty.txt', { 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
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
1) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
1) [chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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
|
|
Run Playwright tests:
playwright/support/fixtures/Node.ts#L84
1) [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
|
|
Run Playwright tests
16 failed
[chromium] βΊ playwright/e2e/change-mime-type.spec.ts:16:3 βΊ Changing mimetype from markdown to plaintext βΊ resets the document session and indexed db
[chromium] βΊ playwright/e2e/change-mime-type.spec.ts:33:3 βΊ Changing mimetype from plain to markdown βΊ resets the document session and indexed db
[chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Own file βΊ formats text βββββββββββββββββ
[chromium] βΊ playwright/e2e/format-text.spec.ts:16:5 βΊ Shared file βΊ formats text ββββββββββββββ
[chromium] βΊ playwright/e2e/history.spec.ts:16:3 βΊ Undo manager βΊ Can undo first action in empty document
[chromium] βΊ playwright/e2e/ime-input.spec.ts:28:1 βΊ Input Chinese character via IME at beginning of paragraph works
[chromium] βΊ playwright/e2e/mobile.spec.ts:18:1 βΊ Formatting help ββββββββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/offline.spec.ts:22:1 βΊ Offline state indicator βββββββββββββββββββββ
[chromium] βΊ playwright/e2e/print.spec.ts:19:3 βΊ Own file on ci ββββββββββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/print.spec.ts:19:3 βΊ Shared file on ci βββββββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/smart-picker.spec.ts:15:1 βΊ See top options ββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/smart-picker.spec.ts:21:1 βΊ Create heading βββββββββββββββββββββββββ
[chromium] βΊ playwright/e2e/smart-picker.spec.ts:32:1 βΊ Insert Link ββββββββββββββββββββββββββββ
[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 β
[chromium] βΊ playwright/e2e/versions.spec.ts:58:3 βΊ Versions with distant timestamps βΊ Compare β
2 did not run
12 passed (14.7m)
|
Loading