v0.85.4 #3582
Annotations
1 error, 2 warnings, and 1 notice
Merge into HTML Report:
../../../../../work/tests/styleguide.spec.ts#L62
1) [webkit] › styleguide.spec.ts:55:5 › UI regression test - Styleguide section count ────────────
Error: Timed out 45000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.sample-section:not(.sample-section-e2e-ignore)')
Expected: 43
Received: 0
Call log:
- expect.toHaveCount with timeout 45000ms
- waiting for locator('.sample-section:not(.sample-section-e2e-ignore)')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
60 | );
61 |
> 62 | await expect(sampleSections).toHaveCount(sampleSectionIds.length, {
| ^
63 | timeout: 45000,
64 | });
65 | });
at /work/tests/styleguide.spec.ts:62:32
|
Merge into HTML Report:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 25.6s
|
Merge into HTML Report:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 19.4s
|
Merge into HTML Report
1 flaky
[webkit] › styleguide.spec.ts:55:5 › UI regression test - Styleguide section count ─────────────
287 passed (3.7m)
|
Loading