enh/y indexeddb #45
Annotations
4 errors and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
playwright/e2e/indexed-db.spec.ts#L52
1) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:39:1 βΊ conflict when recovering from indexed db
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading')
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')
50 | await file.upload('Good bye')
51 | await file.open()
> 52 | await expect(editor.getHeading('Hello world')).toBeVisible()
| ^
53 | await expect(editor.offlineState).not.toBeVisible()
54 | await expect(editor.saveIndicator).toHaveAttribute('title', /Unsaved changes/)
55 | })
at /home/runner/work/text/text/playwright/e2e/indexed-db.spec.ts:52:49
|
|
Run Playwright tests:
playwright/e2e/indexed-db.spec.ts#L52
1) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:39:1 βΊ conflict when recovering from indexed db
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading')
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')
50 | await file.upload('Good bye')
51 | await file.open()
> 52 | await expect(editor.getHeading('Hello world')).toBeVisible()
| ^
53 | await expect(editor.offlineState).not.toBeVisible()
54 | await expect(editor.saveIndicator).toHaveAttribute('title', /Unsaved changes/)
55 | })
at /home/runner/work/text/text/playwright/e2e/indexed-db.spec.ts:52:49
|
|
Run Playwright tests:
playwright/e2e/indexed-db.spec.ts#L52
1) [chromium] βΊ playwright/e2e/indexed-db.spec.ts:39:1 βΊ conflict when recovering from indexed db
Error: expect(locator).toBeVisible() failed
Locator: locator('.editor').first().getByRole('textbox').getByRole('heading')
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')
50 | await file.upload('Good bye')
51 | await file.open()
> 52 | await expect(editor.getHeading('Hello world')).toBeVisible()
| ^
53 | await expect(editor.offlineState).not.toBeVisible()
54 | await expect(editor.saveIndicator).toHaveAttribute('title', /Unsaved changes/)
55 | })
at /home/runner/work/text/text/playwright/e2e/indexed-db.spec.ts:52:49
|
|
Run Playwright tests
1 failed
[chromium] βΊ playwright/e2e/indexed-db.spec.ts:39:1 βΊ conflict when recovering from indexed db β
7 passed (2.9m)
|
Loading