Skip to content

Merge pull request #3992 from amitsingh-007/fix/e2e-browser-api #414

Merge pull request #3992 from amitsingh-007/fix/e2e-browser-api

Merge pull request #3992 from amitsingh-007/fix/e2e-browser-api #414

Triggered via push May 2, 2026 12:57
Status Success
Total duration 10m 2s
Artifacts 2

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 5 warnings, and 1 notice
[@bypass/extension] › apps/extension/tests/specs/persons.spec.ts:73:3 › Persons Panel › should delete the test person created earlier: apps/extension/tests/utils/persons-panel.ts#L50
2) [@bypass/extension] › apps/extension/tests/specs/persons.spec.ts:73:3 › Persons Panel › should delete the test person created earlier Error: expect(locator).toBeHidden() failed Locator: getByRole('dialog', { name: 'Upload Image' }) Expected: hidden Received: visible Timeout: 5000ms Call log: - Expect "toBeHidden" with timeout 5000ms - waiting for getByRole('dialog', { name: 'Upload Image' }) 9 × locator resolved to <div id="P0-63" data-open="" tabindex="-1" role="dialog" data-base-ui-focusable="" data-slot="dialog-content" aria-labelledby="base-ui-P0-69" class="fixed top-1/2 left-1/2 z-50 w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 bg-background text-sm ring-1 ring-foreground/10 duration-100 outline-none sm:max-w-sm data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 inset-0! block max-w-none! translate…>…</div> - unexpected value "visible" at apps/extension/tests/utils/persons-panel.ts:50 48 | await expect(uploadOverlay).toBeVisible(); 49 | > 50 | await expect(imagePickerDialog).toBeHidden(); | ^ 51 | }; 52 | 53 | const changeImageInDialog = async ( at uploadImage (/home/runner/work/bypass-links/bypass-links/apps/extension/tests/utils/persons-panel.ts:50:35) at changeImageInDialog (/home/runner/work/bypass-links/bypass-links/apps/extension/tests/utils/persons-panel.ts:59:3) at PersonsPanel.addPerson (/home/runner/work/bypass-links/bypass-links/apps/extension/tests/utils/persons-panel.ts:82:7) at /home/runner/work/bypass-links/bypass-links/apps/extension/tests/specs/persons.spec.ts:79:5
[@bypass/extension] › apps/extension/tests/specs/background-navigation.spec.ts:87:3 › Background Service Worker Navigation › navigating to WIKIPEDIA applies autocomplete=off to page inputs: apps/extension/tests/specs/background-navigation.spec.ts#L96
1) [@bypass/extension] › apps/extension/tests/specs/background-navigation.spec.ts:87:3 › Background Service Worker Navigation › navigating to WIKIPEDIA applies autocomplete=off to page inputs Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 5000ms exceeded while waiting on the predicate 94 | await expect.poll(() => page.url()).toContain('wikipedia.org'); 95 | > 96 | await expect.poll(async () => allInputsAutocompleteOff(page)).toBe(true); | ^ 97 | } finally { 98 | await page.close(); 99 | } at /home/runner/work/bypass-links/bypass-links/apps/extension/tests/specs/background-navigation.spec.ts:96:7
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
No files were found with the provided path: .playwright/playwright-report/. No artifacts will be uploaded.
Deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: bobheadxi/deployments@v1.5.0, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Create_Release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: amitsingh-007/next-release-tag@v6.3.0, softprops/action-gh-release@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
2 flaky [@bypass/extension] › apps/extension/tests/specs/background-navigation.spec.ts:87:3 › Background Service Worker Navigation › navigating to WIKIPEDIA applies autocomplete=off to page inputs [@bypass/extension] › apps/extension/tests/specs/persons.spec.ts:73:3 › Persons Panel › should delete the test person created earlier 87 passed (1.6m)

Artifacts

Produced during runtime
Name Size Digest
extensions-folder
432 KB
sha256:f204375aaffacff20403dc61b558ce1a16bbff04ae83b4d10f6b82ce4e2027e7
packaged-extensions
432 KB
sha256:15fc43d6eeca31e6c9d2ce3d1248735a75d63e0f2a4a144ae173dc1f0475d8a2