Playwright Tests #486
Triggered via deployment status
December 11, 2024 10:09
vercel[bot]
created
bad6590
Status
Success
Total duration
1m 57s
Artifacts
–
Annotations
2 errors, 3 warnings, and 1 notice
[chromium] › accountHandling/wrongChain.spec.ts:36:3 › Wrong chain selected › it is possible to switch back to the connected chain:
extension/e2e/accountHandling/wrongChain.spec.ts#L1
1) [chromium] › accountHandling/wrongChain.spec.ts:36:3 › Wrong chain selected › it is possible to switch back to the connected chain
Test timeout of 30000ms exceeded.
|
[chromium] › accountHandling/wrongChain.spec.ts:36:3 › Wrong chain selected › it is possible to switch back to the connected chain:
extension/e2e/accountHandling/wrongChain.spec.ts#L16
1) [chromium] › accountHandling/wrongChain.spec.ts:36:3 › Wrong chain selected › it is possible to switch back to the connected chain
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Connect with MetaMask' })
- locator resolved to <button disabled class="flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-md border text-sm transition-all disabled:cursor-not-allowed disabled:opacity-60 flex-1 px-4 py-2 font-bold border-zinc-300 bg-white text-zinc-600 enabled:hover:border-zinc-400 dark:border-zinc-600 dark:bg-zinc-950 dark:text-zinc-50 dark:enabled:hover:border-zinc-600 dark:enabled:hover:bg-zinc-800">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
51 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
14 | await page.getByRole('link', { name: 'Configure routes' }).click()
15 | await page.getByRole('button', { name: 'Add Route' }).click()
> 16 | await page.getByRole('button', { name: 'Connect with MetaMask' }).click()
| ^
17 | await expect(
18 | page.getByRole('textbox', { name: 'Pilot Account' })
19 | ).toHaveValue(account)
at openConfiguration (/home/runner/work/zodiac-pilot/zodiac-pilot/extension/e2e/accountHandling/wrongChain.spec.ts:16:69)
at /home/runner/work/zodiac-pilot/zodiac-pilot/extension/e2e/accountHandling/wrongChain.spec.ts:43:5
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
test
Failed to restore: Cache service responded with 403
|
🎭 Playwright Run Summary
1 flaky
[chromium] › accountHandling/wrongChain.spec.ts:36:3 › Wrong chain selected › it is possible to switch back to the connected chain
7 passed (1.0m)
|