chore(deps): update dependency @testing-library/user-event to v14.6.1 #545
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
deployables/app/e2e/accountHandling/lockedAccount.spec.ts#L1
1) [chromium] › accountHandling/lockedAccount.spec.ts:21:3 › Locked account › it is possible to reconnect an account
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
deployables/app/e2e/accountHandling/lockedAccount.spec.ts#L31
1) [chromium] › accountHandling/lockedAccount.spec.ts:21:3 › Locked account › it is possible to reconnect an account
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Connect', exact: true })
- locator resolved to <button type="button" title="Connect" 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">Connect</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
29 | await lockWallet()
30 |
> 31 | await page.getByRole('button', { name: 'Connect', exact: true }).click()
| ^
32 |
33 | await expect(
34 | page.getByRole('textbox', { name: 'Pilot Account' }),
at /home/runner/work/zodiac-pilot/zodiac-pilot/deployables/app/e2e/accountHandling/lockedAccount.spec.ts:31:70
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 flaky
[chromium] › accountHandling/lockedAccount.spec.ts:21:3 › Locked account › it is possible to reconnect an account
6 passed (52.7s)
|
Loading