Feat/add ignore inscriptions UI #7317
Annotations
4 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -34,10 +34,11 @@
"entities": Object {},
"ids": Array [],
},
"ordinals": Object {},
"settings": Object {
+ "discardedInscriptions": Array [],
"dismissedMessages": Array [],
"userSelectedTheme": "system",
},
"softwareKeys": Object {
"entities": Object {
33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt;
34 |
> 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState);
| ^
36 | });
37 |
38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -34,10 +34,11 @@
"entities": Object {},
"ids": Array [],
},
"ordinals": Object {},
"settings": Object {
+ "discardedInscriptions": Array [],
"dismissedMessages": Array [],
"userSelectedTheme": "system",
},
"softwareKeys": Object {
"entities": Object {
33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt;
34 |
> 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState);
| ^
36 | });
37 |
38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
|
Run Playwright tests:
tests/specs/onboarding/onboarding.spec.ts#L35
1) [chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -34,10 +34,11 @@
"entities": Object {},
"ids": Array [],
},
"ordinals": Object {},
"settings": Object {
+ "discardedInscriptions": Array [],
"dismissedMessages": Array [],
"userSelectedTheme": "system",
},
"softwareKeys": Object {
"entities": Object {
33 | delete (testSoftwareAccountDefaultWalletState as any).softwareKeys.entities.default.salt;
34 |
> 35 | test.expect(walletState).toEqual(testSoftwareAccountDefaultWalletState);
| ^
36 | });
37 |
38 | test('mnemonic key validation: should show error for invalid mnemonic key words', async ({
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:35:30
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 26.6s
|
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 failed
[chromium] › specs/onboarding/onboarding.spec.ts:14:3 › Onboarding an existing user › going through the onboarding flow to sign in
9 passed (2.2m)
|
Loading