chore(deps-dev): bump @leather-wallet/rpc from 0.3.9 to 0.3.10 #5878
Annotations
4 errors, 3 warnings, and 1 notice
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6: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/.
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.1m
|
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/
|
|
This job failed
Loading