Address breaking changes in Avatar #7535
Annotations
10 errors and 1 notice
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
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:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:17:5
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:17:5
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:17:5
|
Run Playwright tests:
tests/specs/receive/receive.spec.ts#L4
2) [chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
"beforeAll" hook timeout of 30000ms exceeded.
2 |
3 | test.describe('Receive Dialog', () => {
> 4 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
5 | await globalPage.setupAndUseApiCalls(extensionId);
6 | await onboardingPage.signInExistingUser();
7 | await homePage.goToReceiveDialog();
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:4:8
|
Run Playwright tests:
tests/specs/receive/receive.spec.ts#L4
2) [chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
2 |
3 | test.describe('Receive Dialog', () => {
> 4 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
5 | await globalPage.setupAndUseApiCalls(extensionId);
6 | await onboardingPage.signInExistingUser();
7 | await homePage.goToReceiveDialog();
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:4:8
|
Run Playwright tests:
tests/specs/receive/receive.spec.ts#L4
2) [chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
2 |
3 | test.describe('Receive Dialog', () => {
> 4 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
5 | await globalPage.setupAndUseApiCalls(extensionId);
6 | await onboardingPage.signInExistingUser();
7 | await homePage.goToReceiveDialog();
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:4:8
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:16:9
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:16:9
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:16:9
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:124:9 › Rpc: getAddresses › softwareWallet › the promise rejects when user closes popup window
Error: Unable to initialize wallet state
at page-object-models/onboarding.page.ts:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialize wallet state');
| ^
305 |
306 | await this.page.evaluate(
307 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:304:50)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:16:9
|
Run Playwright tests
10 failed
[chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
[chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:124:9 › Rpc: getAddresses › softwareWallet › the promise rejects when user closes popup window
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:133:11 › Rpc: getAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:150:11 › Rpc: getAddresses › softwareWallet › it returns the second accounts data after changing account
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: stx_getAddresses › softwareWallet › the promise resolves with addresses successfully
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:124:9 › Rpc: stx_getAddresses › softwareWallet › the promise rejects when user closes popup window
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:133:11 › Rpc: stx_getAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:150:11 › Rpc: stx_getAddresses › softwareWallet › it returns the second accounts data after changing account
1 did not run
12 passed (12.7m)
|
Loading