Live Tests #78
Triggered via deployment status
December 11, 2024 16:42
vercel[bot]
created
7c6f91c
Status
Success
Total duration
2m 4s
Artifacts
–
live-tests.yaml
on: deployment_status
playwright-e2e
1m 56s
Annotations
2 errors, 3 warnings, and 1 notice
[chromium] › accountHandling/lockedAccount.spec.ts:27:3 › Locked account › handles wallet disconnect gracefully:
extension/e2e/accountHandling/lockedAccount.spec.ts#L1
1) [chromium] › accountHandling/lockedAccount.spec.ts:27:3 › Locked account › handles wallet disconnect gracefully
Test timeout of 30000ms exceeded.
|
[chromium] › accountHandling/lockedAccount.spec.ts:27:3 › Locked account › handles wallet disconnect gracefully:
extension/e2e/accountHandling/lockedAccount.spec.ts#L18
1) [chromium] › accountHandling/lockedAccount.spec.ts:27:3 › Locked account › handles wallet disconnect gracefully
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
50 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
16 |
17 | // MONDAY PHIL: This button is not being enabled
> 18 | await page.getByRole('button', { name: 'Connect with MetaMask' }).click()
| ^
19 | await expect(
20 | page.getByRole('textbox', { name: 'Pilot Account' }),
21 | ).toHaveValue(account)
at openConfiguration (/home/runner/work/zodiac-pilot/zodiac-pilot/extension/e2e/accountHandling/lockedAccount.spec.ts:18:69)
at /home/runner/work/zodiac-pilot/zodiac-pilot/extension/e2e/accountHandling/lockedAccount.spec.ts:32:5
|
playwright-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-e2e
Failed to restore: Cache service responded with 403
|
playwright-e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › accountHandling/lockedAccount.spec.ts:27:3 › Locked account › handles wallet disconnect gracefully
7 passed (1.0m)
|