Update dependency wrangler to v3.103.2 #3761
Annotations
1 error, 1 warning, and 1 notice
Run E2E tests:
tests/e2e/desktop/index.spec.ts#L863
1) [webkit] › e2e/desktop/index.spec.ts:843:6 › JDK Comparison › allows filtering by technology ──
Error: expect.toHaveText: Error: strict mode violation: getByRole('heading', { level: 1 }) resolved to 2 elements:
1) <h1>Coffeecorp JDK 17</h1> aka getByRole('heading', { name: 'Coffeecorp JDK' })
2) <h1>Dukecorp JDK 17</h1> aka getByRole('heading', { name: 'Dukecorp JDK' })
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('heading', { level: 1 })
861 | await form.getByRole("checkbox", { name: "Flight Recorder" }).click();
862 |
> 863 | await expect(page.getByRole("heading", { level: 1 })).toHaveText(
| ^
864 | "No JDKs match your selection.",
865 | );
866 | });
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/index.spec.ts:863:57
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run E2E tests
1 flaky
[webkit] › e2e/desktop/index.spec.ts:843:6 › JDK Comparison › allows filtering by technology ───
198 passed (3.0m)
|
Loading