ci: ensure all checks pass #7611
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L305
1) [chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:305
303 |
304 | do {
> 305 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
306 |
307 | await this.page.evaluate(
308 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:305:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:17:5
|
Run Playwright tests:
[chromium] › tests/specs/onboarding/onboarding.spec.ts#L1
[chromium] › tests/specs/onboarding/onboarding.spec.ts took 1.2m
|
Run Playwright tests
1 flaky
[chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
9 passed (2.3m)
|
Loading