fix(deps): update dependency typescript-eslint to v8.21.0 #506
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
deployables/app/e2e/accountHandling/wrongChain.spec.ts#L16
1) [chromium] › accountHandling/wrongChain.spec.ts:6:3 › Wrong chain selected › it is possible to switch to the correct chain
Error: Timed out 5000ms waiting for expect(locator).toBeInViewport()
Locator: getByRole('alert', { name: 'Chain mismatch' })
Expected: in viewport
Received: <element(s) not found>
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for getByRole('alert', { name: 'Chain mismatch' })
- locator resolved to <div role="alert" aria-labelledby=":r6:" aria-describedby=":r7:" class="px flex flex-col gap-2 text-balance rounded border px-4 py-2 text-sm shadow-md border-amber-600/80 bg-amber-500 dark:border-yellow-600/80 dark:bg-yellow-800">…</div>
- unexpected value "viewport ratio 0"
14 | await expect(
15 | page.getByRole('alert', { name: 'Chain mismatch' }),
> 16 | ).toBeInViewport()
| ^
17 | })
18 |
19 | test('it is possible to switch back to the connected chain', async ({
at /home/runner/work/zodiac-pilot/zodiac-pilot/deployables/app/e2e/accountHandling/wrongChain.spec.ts:16:7
|
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/wrongChain.spec.ts:6:3 › Wrong chain selected › it is possible to switch to the correct chain
6 passed (27.6s)
|
Loading