feat: panda preset package, ref leather-wallet/issues#62 #5850
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L300
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
Error: Unable to initialised wallet state
at page-object-models/onboarding.page.ts:300
298 |
299 | do {
> 300 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialised wallet state');
| ^
301 |
302 | await this.page.evaluate(
303 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:300:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:15:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.3m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run Playwright tests
1 flaky
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
8 passed (2.0m)
|
The logs for this run have expired and are no longer available.
Loading