Explorer: accessibility, mobile performance budget, artifact revalidation #84
Annotations
1 error, 1 warning, and 1 notice
|
Run Playwright tests:
test/e2e/about-modal.spec.ts#L45
1) [desktop] › test/e2e/about-modal.spec.ts:33:7 › about modal › closes when clicking the overlay outside the modal body
Error: expect(locator).not.toHaveClass(expected) failed
Locator: locator('#about-overlay')
Expected pattern: not /visible/
Received string: "about-overlay visible"
Timeout: 5000ms
Call log:
- Expect "not toHaveClass" with timeout 5000ms
- waiting for locator('#about-overlay')
9 × locator resolved to <div id="about-overlay" class="about-overlay visible">…</div>
- unexpected value "about-overlay visible"
43 | await page.mouse.click(box.x + 5, box.y + 5);
44 |
> 45 | await expect(overlay).not.toHaveClass(/visible/);
| ^
46 | });
47 | });
48 |
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/about-modal.spec.ts:45:31
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Playwright tests
1 flaky
[desktop] › test/e2e/about-modal.spec.ts:33:7 › about modal › closes when clicking the overlay outside the modal body
29 skipped
56 passed (2.1m)
|
background
wait
wait-all
cancel
parallel
Loading