Update dependency wrangler to v3.97.0 #3647
Annotations
2 errors, 1 warning, and 1 notice
Run acceptance tests:
tests/acceptance/desktop/index.spec.ts#L1
1) [webkit] › acceptance/desktop/index.spec.ts:407:6 › JDK Comparison › allows filtering by vendor
Test timeout of 10000ms exceeded.
|
Run acceptance tests:
tests/acceptance/desktop/index.spec.ts#L413
1) [webkit] › acceptance/desktop/index.spec.ts:407:6 › JDK Comparison › allows filtering by vendor
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Vendors 1', exact: true })
411 |
412 | await form.getByRole("checkbox", { name: "Oracle" }).click();
> 413 | await page.getByRole("button", { name: "Vendors 1", exact: true }).click();
| ^
414 |
415 | let vendors = new Set(await page.getByTestId("product-vendor").allTextContents());
416 | expect(vendors).toHaveProperty("size", 1);
at /home/runner/work/jdkcomparison/jdkcomparison/tests/acceptance/desktop/index.spec.ts:413:70
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run acceptance tests
1 flaky
[webkit] › acceptance/desktop/index.spec.ts:407:6 › JDK Comparison › allows filtering by vendor
80 passed (1.3m)
|
Loading