Mention Graal Compiler in Oracle JDK #3672
build.yml
on: push
Annotations
1 error, 5 warnings, and 3 notices
[firefox] › e2e/desktop/index.spec.ts:1434:6 › JDK Comparison › can open and close sort options repeatedly:
tests/e2e/desktop/index.spec.ts#L1449
1) [firefox] › e2e/desktop/index.spec.ts:1434:6 › JDK Comparison › can open and close sort options repeatedly
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('menu', { name: 'Sort' })
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByRole('menu', { name: 'Sort' })
- locator resolved to <div role="menu" data-enter="" data-transition="" id="sort-options-menu" data-headlessui-state="" aria-labelledby="sort-options-button" class="absolute left-0 z-10 mt-2 w-40 origin-top-left rounded-md bg-white shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none transition ease-out data-[closed]:scale-95 data-[closed]:opacity-0 data-[enter]:duration-100 data-[leave]:duration-75">…</div>
7 × unexpected value "visible"
- locator resolved to <div role="menu" data-enter="" data-closed="" data-transition="" id="sort-options-menu" data-headlessui-state="" aria-labelledby="sort-options-button" class="absolute left-0 z-10 mt-2 w-40 origin-top-left rounded-md bg-white shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none transition ease-out data-[closed]:scale-95 data-[closed]:opacity-0 data-[enter]:duration-100 data-[leave]:duration-75">…</div>
- unexpected value "visible"
1447 | await page.keyboard.press("Escape");
1448 |
> 1449 | await expect(page.getByRole("menu", { name: "Sort" })).not.toBeVisible();
| ^
1450 | });
1451 |
1452 | test("sorts newest JDKs first by default", async ({ page }) => {
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/index.spec.ts:1449:62
|
Run common checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deploy preview
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run acceptance tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deploy to production
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
216 tests found
There are 216 tests, see "Raw output" for the full list of tests.
|
🎭 Playwright Run Summary
1 flaky
[firefox] › e2e/desktop/index.spec.ts:1434:6 › JDK Comparison › can open and close sort options repeatedly
198 passed (2.9m)
|
🎭 Playwright Run Summary
81 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
jdkcomparison-site
|
607 KB |
|