Scroll to focus point of expanded selections #4358
Annotations
1 error and 1 notice
|
[firefox] › playwright/integration/examples/huge-document.test.ts:8:7 › huge document example › uses chunking:
playwright/integration/examples/huge-document.test.ts#L9
1) [firefox] › playwright/integration/examples/huge-document.test.ts:8:7 › huge document example › uses chunking
Error: Timed out 8000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByLabel('Blocks')
Expected string: "10000"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 8000ms
- waiting for getByLabel('Blocks')
7 |
8 | test('uses chunking', async ({ page }) => {
> 9 | await expect(page.getByLabel('Blocks')).toHaveValue('10000')
| ^
10 | await expect(page.getByLabel('Chunk size')).toHaveValue('1000')
11 | await expect(page.locator('[data-slate-chunk]')).toHaveCount(10)
12 | })
at /home/runner/work/slate/slate/playwright/integration/examples/huge-document.test.ts:9:45
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › playwright/integration/examples/huge-document.test.ts:8:7 › huge document example › uses chunking
2 skipped
77 passed (2.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
Expired
|
2.34 MB |
sha256:e4d55f893629de4b6794e0f7920c48aa23a9d3399339a8c2058d4d4d6ce954a6
|
|