Update dependency tailwindcss to v4 #3774
build.yml
on: pull_request
Annotations
10 errors, 2 warnings, and 1 notice
[chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options:
tests/e2e/desktop/faq.spec.ts#L24
1) [chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options:
tests/e2e/desktop/faq.spec.ts#L24
1) [chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options:
tests/e2e/desktop/faq.spec.ts#L24
1) [chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage:
tests/e2e/desktop/faq.spec.ts#L24
2) [chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage ──────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage:
tests/e2e/desktop/faq.spec.ts#L24
2) [chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage:
tests/e2e/desktop/faq.spec.ts#L24
2) [chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage ──────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison:
tests/e2e/desktop/faq.spec.ts#L24
3) [chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison:
tests/e2e/desktop/faq.spec.ts#L24
3) [chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison:
tests/e2e/desktop/faq.spec.ts#L24
3) [chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
[chromium] › e2e/desktop/faq.spec.ts:68:6 › JDK Comparison › displays FAQ:
tests/e2e/desktop/faq.spec.ts#L24
4) [chromium] › e2e/desktop/faq.spec.ts:68:6 › JDK Comparison › displays FAQ ─────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Frequently Asked Questions – JDK Comparison"
Received string: ""
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
9 × locator resolved to <html>…</html>
- unexpected value ""
22 | await page.goto("/faq");
23 | await expect(page).toHaveURL("/faq");
> 24 | await expect(page).toHaveTitle("Frequently Asked Questions – JDK Comparison");
| ^
25 | });
26 |
27 | // region [Navigation Tests]
at /home/runner/work/jdkcomparison/jdkcomparison/tests/e2e/desktop/faq.spec.ts:24:22
|
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
|
🎭 Playwright Run Summary
199 failed
[chromium] › e2e/desktop/faq.spec.ts:29:6 › JDK Comparison › should display all navigation options
[chromium] › e2e/desktop/faq.spec.ts:48:6 › JDK Comparison › should navigate to homepage ───────
[chromium] › e2e/desktop/faq.spec.ts:54:6 › JDK Comparison › should navigate to JDK Comparison ─
[chromium] › e2e/desktop/faq.spec.ts:68:6 › JDK Comparison › displays FAQ ──────────────────────
[chromium] › e2e/desktop/faq.spec.ts:75:6 › JDK Comparison › all entries in overview point to a section on the page
[chromium] › e2e/desktop/faq.spec.ts:90:6 › JDK Comparison › all FAQ entries are listed in the overview
[chromium] › e2e/desktop/index.spec.ts:29:6 › JDK Comparison › should display all navigation options
[chromium] › e2e/desktop/index.spec.ts:48:6 › JDK Comparison › should navigate to FAQ ──────────
[chromium] › e2e/desktop/index.spec.ts:58:6 › JDK Comparison › should display all products ─────
[chromium] › e2e/desktop/index.spec.ts:66:6 › JDK Comparison › should display all sections ─────
[chromium] › e2e/desktop/index.spec.ts:240:6 › JDK Comparison › should display only features with different values
[chromium] › e2e/desktop/index.spec.ts:376:6 › JDK Comparison › shows single product entirely even if differences only on
[chromium] › e2e/desktop/index.spec.ts:551:6 › JDK Comparison › hides and reveals sections ─────
[chromium] › e2e/desktop/index.spec.ts:582:6 › JDK Comparison › shows all filters ──────────────
[chromium] › e2e/desktop/index.spec.ts:600:6 › JDK Comparison › all options of filter Versions are displayed
[chromium] › e2e/desktop/index.spec.ts:611:6 › JDK Comparison › all options of filter Vendors are displayed
[chromium] › e2e/desktop/index.spec.ts:622:6 › JDK Comparison › all options of filter VMs are displayed
[chromium] › e2e/desktop/index.spec.ts:633:6 › JDK Comparison › all options of filter Technologies are displayed
[chromium] › e2e/desktop/index.spec.ts:644:6 › JDK Comparison › all options of filter GCs are displayed
[chromium] › e2e/desktop/index.spec.ts:655:6 › JDK Comparison › all options of filter Platforms are displayed
[chromium] › e2e/desktop/index.spec.ts:684:6 › JDK Comparison › all options of filter Licensing are displayed
[chromium] › e2e/desktop/index.spec.ts:694:6 › JDK Comparison › retains filter state when opening and closing
[chromium] › e2e/desktop/index.spec.ts:719:6 › JDK Comparison › updates number of active filters
[chromium] › e2e/desktop/index.spec.ts:744:6 › JDK Comparison › allows to open and close filters repeatedly
[chromium] › e2e/desktop/index.spec.ts:769:6 › JDK Comparison › opening second filter closes first
[chromium] › e2e/desktop/index.spec.ts:793:6 › JDK Comparison › allows filtering by version ────
[chromium] › e2e/desktop/index.spec.ts:818:6 › JDK Comparison › allows filtering by vendor ─────
[chromium] › e2e/desktop/index.spec.ts:843:6 › JDK Comparison › allows filtering by technology ─
[chromium] › e2e/desktop/index.spec.ts:868:6 › JDK Comparison › allows filtering by virtual machine
[chromium] › e2e/desktop/index.spec.ts:894:6 › JDK Comparison › allows filtering by garbage collectors
[chromium] › e2e/desktop/index.spec.ts:920:6 › JDK Comparison › allows filtering by platforms ──
[chromium] › e2e/desktop/index.spec.ts:946:6 › JDK Comparison › allows filtering by licensing option
[chromium] › e2e/desktop/index.spec.ts:975:6 › JDK Comparison › displays message if no JDKs match filter criteria
[chromium] › e2e/desktop/index.spec.ts:992:6 › JDK Comparison › shows feature explanation ──────
[chromium] › e2e/desktop/index.spec.ts:1006:6 › JDK Comparison › opens and closes feature explanation repeatedly
[chromium] › e2e/desktop/index.spec.ts:1032:6 › JDK Comparison › clicking a second feature explanation closes the first
[chromium] › e2e/desktop/index.spec.ts:1060:6 › JDK Comparison › displays footnotes ────────────
[chromium] › e2e/desktop/index.spec.ts:1074:6 › JDK Comparison › opens
|