Skip to content

refactor: refactoring navbars #150

refactor: refactoring navbars

refactor: refactoring navbars #150

Triggered via pull request March 16, 2026 19:08
Status Failure
Total duration 9m 40s
Artifacts 2

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 2 warnings, and 1 notice
E2E Tests
Process completed with exit code 255.
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction: e2e/DocsPage.test.jsx#L32
3) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Introduction' }).first() at DocsPage.test.jsx:32 30 | name: "Introduction" 31 | }); > 32 | await introLink.first().click(); | ^ 33 | return await Playwright$1.expect(page).toHaveURL("/docs/manual/latest/introduction"); 34 | }); 35 | Playwright.test("introduction page renders main content with h1", async param => { at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:32:29
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction: src/bindings/playwright-shim.mjs#L0
3) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction: e2e/DocsPage.test.jsx#L32
3) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Introduction' }).first() at DocsPage.test.jsx:32 30 | name: "Introduction" 31 | }); > 32 | await introLink.first().click(); | ^ 33 | return await Playwright$1.expect(page).toHaveURL("/docs/manual/latest/introduction"); 34 | }); 35 | Playwright.test("introduction page renders main content with h1", async param => { at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:32:29
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction: src/bindings/playwright-shim.mjs#L0
3) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction Test timeout of 30000ms exceeded.
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading: e2e/DocsPage.test.jsx#L18
2) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('heading', { name: 'Documentation' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('heading', { name: 'Documentation' }) at DocsPage.test.jsx:18 16 | name: "Documentation" 17 | }); > 18 | return await Playwright$1.expect(heading).toBeVisible(); | ^ 19 | }); 20 | Playwright.test("docs navigation sidebar is present on the introduction page", async param => { 21 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:18:47
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading: e2e/DocsPage.test.jsx#L18
2) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('heading', { name: 'Documentation' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('heading', { name: 'Documentation' }) at DocsPage.test.jsx:18 16 | name: "Documentation" 17 | }); > 18 | return await Playwright$1.expect(heading).toBeVisible(); | ^ 19 | }); 20 | Playwright.test("docs navigation sidebar is present on the introduction page", async param => { 21 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:18:47
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading: e2e/DocsPage.test.jsx#L18
2) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading Error: expect(locator).toBeVisible() failed Locator: getByRole('heading', { name: 'Documentation' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('heading', { name: 'Documentation' }) at DocsPage.test.jsx:18 16 | name: "Documentation" 17 | }); > 18 | return await Playwright$1.expect(heading).toBeVisible(); | ^ 19 | }); 20 | Playwright.test("docs navigation sidebar is present on the introduction page", async param => { 21 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:18:47
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title: e2e/DocsPage.test.jsx#L10
1) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title ── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveTitle(expected) failed Expected: "ReScript Documentation" Received: "" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 9 × unexpected value "" at DocsPage.test.jsx:10 8 | let page = param.page; 9 | await page.goto("/docs"); > 10 | return await Playwright$1.expect(page).toHaveTitle("ReScript Documentation"); | ^ 11 | }); 12 | Playwright.test("renders the docs overview heading", async param => { 13 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:10:44
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title: e2e/DocsPage.test.jsx#L10
1) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title ── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveTitle(expected) failed Expected: "ReScript Documentation" Received: "" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 9 × unexpected value "" at DocsPage.test.jsx:10 8 | let page = param.page; 9 | await page.goto("/docs"); > 10 | return await Playwright$1.expect(page).toHaveTitle("ReScript Documentation"); | ^ 11 | }); 12 | Playwright.test("renders the docs overview heading", async param => { 13 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:10:44
[chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title: e2e/DocsPage.test.jsx#L10
1) [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title ── Error: expect(page).toHaveTitle(expected) failed Expected: "ReScript Documentation" Received: "" Timeout: 5000ms Call log: - Expect "toHaveTitle" with timeout 5000ms 9 × unexpected value "" at DocsPage.test.jsx:10 8 | let page = param.page; 9 | await page.goto("/docs"); > 10 | return await Playwright$1.expect(page).toHaveTitle("ReScript Documentation"); | ^ 11 | }); 12 | Playwright.test("renders the docs overview heading", async param => { 13 | let page = param.page; at /home/runner/work/rescript-lang.org/rescript-lang.org/e2e/DocsPage.test.jsx:10:44
Deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3, cloudflare/wrangler-action@v3, marocchino/sticky-pull-request-comment@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, marocchino/sticky-pull-request-comment@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
22 failed [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title ─── [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › introduction page renders main content with h1 [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › packages page loads ────────── [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has no accessibility violations on the docs overview [chromium] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has no accessibility violations on the introduction page [chromium] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › has the correct page title [chromium] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › primary navigation links are present and visible [chromium] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › Get Started link navigates to the introduction [chromium] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › has no accessibility violations [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has the correct page title [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › renders the docs overview heading [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › can navigate from the overview to the introduction [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › introduction page renders main content with h1 [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › packages page loads ───── [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has no accessibility violations on the docs overview [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Docs Page › has no accessibility violations on the introduction page [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › has the correct page title [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › Get Started link navigates to the introduction [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › GitHub social link is present [mobile-chrome] › src/bindings/playwright-shim.mjs:40:10 › Landing Page › has no accessibility violations 16 passed (5.2m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
28.8 MB
sha256:8b83c7796fedf6ccf4b4af457c3098241fdc64dcfb618f02d067c922383d52e7
test-results Expired
33.7 MB
sha256:3c44389fd2c693b1c80b73a4129c7de30eb9dbb442d7a75d85fff6e8e33ce84a