feat: hide balance #6792
Annotations
4 errors, 4 warnings, and 1 notice
tests/page-object-models/onboarding.page.ts#L268
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:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | 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:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L268
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:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | 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:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L268
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:268
266 | async enterMnemonicKey(secretKey: string) {
267 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 268 | if (!secretKey) throw new Error('No key found');
| ^
269 | const key = secretKey.split(' ');
270 | for (let i = 0; i < key.length; i++) {
271 | 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:268:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:255:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.0m
|
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 29.1s
|
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