Skip to content

Address breaking changes in Avatar #7535

Address breaking changes in Avatar

Address breaking changes in Avatar #7535

Triggered via pull request February 10, 2025 19:10
Status Failure
Total duration 29m 54s
Artifacts 10

playwright.yml

on: pull_request
Matrix: test
Merge reports
48s
Merge reports
Fit to window
Zoom out
Zoom in

Annotations

90 errors and 9 notices
[chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX ──── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX ──── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX ──── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast ────────── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast ────────── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast ────────── 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/swap/swap.spec.ts:52:3 › Swaps › that it preselects cross-chain swap assets and restricts quote list: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/swap/swap.spec.ts:52:3 › Swaps › that it preselects cross-chain swap assets and restricts quote list 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/swap/swap.spec.ts:12:5
[chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard 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/settings/settings.spec.ts:13:5
[chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value 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/onboarding/onboarding.spec.ts:25:7
[chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value 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/onboarding/onboarding.spec.ts:25:7
[chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value 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/onboarding/onboarding.spec.ts:25:7
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Test timeout of 30000ms exceeded.
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/page-object-models/home.page.ts#L113
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByTestId('tab-activity') - locator resolved to <button role="tab" type="button" tabindex="-1" aria-selected="false" data-state="inactive" data-testid="tab-activity" data-orientation="horizontal" data-radix-collection-item="" id="radix-:r9:-trigger-/activity" aria-controls="radix-:r9:-content-/activity" class="leather-pos_relative leather-textStyle_label.01 leather-flex_1 leather-d_flex leather-ai_center leather-jc_center leather-py_space.04 leather-us_none leather-c_ink.text-subdued hover:leather-bg_ink.component-background-hover [&[data-state="ac…>Activity</button> - attempting click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at page-object-models/home.page.ts:113 111 | 112 | async clickActivityTab() { > 113 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click(); | ^ 114 | } 115 | 116 | async clickSettingsButton() { at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:113:67) at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:110:20
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/page-object-models/home.page.ts#L113
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByTestId('tab-activity') at page-object-models/home.page.ts:113 111 | 112 | async clickActivityTab() { > 113 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click(); | ^ 114 | } 115 | 116 | async clickSettingsButton() { at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:113:67) at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:110:20
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/specs/onboarding/onboarding.spec.ts#L1
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab: tests/page-object-models/home.page.ts#L113
2) [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByTestId('tab-activity') - locator resolved to <button role="tab" type="button" tabindex="-1" aria-selected="false" data-state="inactive" data-testid="tab-activity" data-orientation="horizontal" data-radix-collection-item="" id="radix-:r9:-trigger-/activity" aria-controls="radix-:r9:-content-/activity" class="leather-pos_relative leather-textStyle_label.01 leather-flex_1 leather-d_flex leather-ai_center leather-jc_center leather-py_space.04 leather-us_none leather-c_ink.text-subdued hover:leather-bg_ink.component-background-hover [&[data-state="ac…>Activity</button> - attempting click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at page-object-models/home.page.ts:113 111 | 112 | async clickActivityTab() { > 113 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click(); | ^ 114 | } 115 | 116 | async clickSettingsButton() { at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:113:67) at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:110:20
[chromium] › tests/specs/onboarding/onboarding.spec.ts:122:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address: tests/specs/onboarding/onboarding.spec.ts#L1
3) [chromium] › tests/specs/onboarding/onboarding.spec.ts:122:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address Test timeout of 30000ms exceeded.
[chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile: 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
[chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile: 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
[chromium] › tests/specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile: 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
[chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets: 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
[chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets: 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
[chromium] › tests/specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets: 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
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully: 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
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully: 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
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:110:9 › Rpc: getAddresses › softwareWallet › the promise resolves with addresses successfully: 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
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:124:9 › Rpc: getAddresses › softwareWallet › the promise rejects when user closes popup window: 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
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected 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-message-signing/bip322-message-signing.spec.ts:9:7
[chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens successfully: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens 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-open/open.spec.ts:31:5
[chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens successfully: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens 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-open/open.spec.ts:31:5
[chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens successfully: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens 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-open/open.spec.ts:31:5
[chromium] › tests/specs/rpc-open/open.spec.ts:48:3 › Rpc: Open › it forces user to unlock wallet when wallet is locked: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/rpc-open/open.spec.ts:48:3 › Rpc: Open › it forces user to unlock wallet when wallet is locked 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-open/open.spec.ts:31:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions 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-stacks-transaction/rpc-stx-sign-transaction.spec.ts:19:5
[chromium] › tests/specs/rpc-stx-call-contract/rpc-stx-call-contract.spec.ts:51:3 › RPC: stx_callContract › SIP-30 call contract: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/rpc-stx-call-contract/rpc-stx-call-contract.spec.ts:51:3 › RPC: stx_callContract › SIP-30 call contract 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-stx-call-contract/rpc-stx-call-contract.spec.ts:16:5
[chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name 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/bns-names/bns-names.spec.ts:13:5
[chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name 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/bns-names/bns-names.spec.ts:13:5
[chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name 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/bns-names/bns-names.spec.ts:13:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:77:3 › Compliance checks › the addresses of all recipients are checked: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:77:3 › Compliance checks › the addresses of all recipients are checked 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/compliance-checks/compliance-checks.spec.ts:26:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back 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/manage-tokens/manage-tokens.spec.ts:9:5
[chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee 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/manage-transaction/manage-transaction.spec.ts:19:5
[chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee 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/manage-transaction/manage-transaction.spec.ts:19:5
[chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee 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/manage-transaction/manage-transaction.spec.ts:19:5
[chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:47:3 › Manage transaction › that user can increase fee: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:47:3 › Manage transaction › that user can increase fee 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/manage-transaction/manage-transaction.spec.ts:19:5
[chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step: tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error: tests/page-object-models/onboarding.page.ts#L304
2) [chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error: tests/page-object-models/onboarding.page.ts#L304
3) [chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error 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/send/send-inscription.spec.ts:22:5
[chromium] › tests/specs/send/send-inscription.spec.ts:75:5 › Send inscription › validation errors › should show non-zero offset inscription error: tests/page-object-models/onboarding.page.ts#L304
4) [chromium] › tests/specs/send/send-inscription.spec.ts:75:5 › Send inscription › validation errors › should show non-zero offset inscription error 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/send/send-inscription.spec.ts:22:5
🎭 Playwright Run Summary
5 failed [chromium] › tests/specs/swap/swap.spec.ts:17:3 › Swaps › that it defaults to swapping STX ───── [chromium] › tests/specs/swap/swap.spec.ts:21:3 › Swaps › that it shows swap review details correctly [chromium] › tests/specs/swap/swap.spec.ts:40:3 › Swaps › that the swap is broadcast ─────────── [chromium] › tests/specs/swap/swap.spec.ts:52:3 › Swaps › that it preselects cross-chain swap assets and restricts quote list [chromium] › tests/specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call 1 did not run 1 passed (5.8m)
🎭 Playwright Run Summary
6 failed [chromium] › tests/specs/settings/settings.spec.ts:16:3 › Settings menu › that menu item takes user to support page [chromium] › tests/specs/settings/settings.spec.ts:27:3 › Settings menu › that menu item can perform sign out [chromium] › tests/specs/settings/settings.spec.ts:33:3 › Settings menu › that menu item can lock and unlock the extension [chromium] › tests/specs/settings/settings.spec.ts:47:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard [chromium] › tests/specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks [chromium] › tests/specs/settings/settings.spec.ts:77:3 › Settings menu › that menu item can toggle privacy
🎭 Playwright Run Summary
5 failed [chromium] › tests/specs/onboarding/onboarding.spec.ts:28:5 › Onboarding an existing user › Encryption key values › that the encryption key is generated correctly against a known working value [chromium] › tests/specs/onboarding/onboarding.spec.ts:102:3 › Onboarding an existing user › Activity tab [chromium] › tests/specs/onboarding/onboarding.spec.ts:122:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address [chromium] › tests/specs/onboarding/onboarding.spec.ts:127:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address [chromium] › tests/specs/onboarding/onboarding.spec.ts:134:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address 3 passed (7.7m)
🎭 Playwright Run Summary
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)
🎭 Playwright Run Summary
12 failed [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved [chromium] › tests/specs/rpc-message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected [chromium] › tests/specs/rpc-open/open.spec.ts:34:3 › Rpc: Open › the wallet opens successfully [chromium] › tests/specs/rpc-open/open.spec.ts:48:3 › Rpc: Open › it forces user to unlock wallet when wallet is locked [chromium] › tests/specs/rpc-send-transfer/rpc-send-transfer.spec.ts:55:3 › Send transfer (RPC) › that the request can be broadcasted [chromium] › tests/specs/rpc-send-transfer/rpc-send-transfer.spec.ts:71:3 › Send transfer (RPC) › that the request can be cancelled [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:152:3 › Sign PSBT › that only requested inputs are signed [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:171:3 › Sign PSBT › that the request can be signed and broadcast [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:214:3 › Sign PSBT › that the request to sign can be canceled [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:230:3 › Sign PSBT › that a failed request occurs if an invalid index is provided [chromium] › tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:252:3 › Sign PSBT › that failed broadcasts return an error to the app
🎭 Playwright Run Summary
13 failed [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:62:3 › RPC: stx_signTransaction › that transaction details are the same after signing multi-signature STX transfer [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:121:3 › RPC: stx_signTransaction › Single signature STX transfer being rejected [chromium] › tests/specs/rpc-stacks-transaction/rpc-stx-sign-transaction.spec.ts:147:5 › RPC: stx_signTransaction › SIP-30 compatibility › it works with SIP-30 formatted transactions [chromium] › tests/specs/rpc-stx-call-contract/rpc-stx-call-contract.spec.ts:51:3 › RPC: stx_callContract › SIP-30 call contract [chromium] › tests/specs/rpc-stx-message-signing/rpc-stx-message-signing.spec.ts:41:5 › stx_signMessage › MessageType: utf8 › Signature approved [chromium] › tests/specs/rpc-stx-message-signing/rpc-stx-message-signing.spec.ts:81:5 › stx_signMessage › MessageType: structured › Signature approved [chromium] › tests/specs/rpc-stx-message-signing/rpc-stx-message-signing.spec.ts:104:3 › stx_signMessage › Signature rejected [chromium] › tests/specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed [chromium] › tests/specs/send/send-btc.spec.ts:33:5 › send btc › btc send form › that recipient input is trimmed correctly [chromium] › tests/specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input [chromium] › tests/specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one [chromium] › tests/specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo [chromium] › tests/specs/send/send-btc.spec.ts:107:5 › send btc › btc send form › that fallbacks to other api provider if main fails
🎭 Playwright Run Summary
13 failed [chromium] › tests/specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:61:3 › Compliance checks › nothing happens when chainalysis is down [chromium] › tests/specs/compliance-checks/compliance-checks.spec.ts:77:3 › Compliance checks › the addresses of all recipients are checked [chromium] › tests/specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX [chromium] › tests/specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC [chromium] › tests/specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly [chromium] › tests/specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens [chromium] › tests/specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page [chromium] › tests/specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests [chromium] › tests/specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withBitcoinKeysOnly › that homepage renders correctly [chromium] › tests/specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withBitcoinKeysOnly › receive modal opens [chromium] › tests/specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinKeysOnly › that you can navigate to activity page 4 passed (14.7m)
🎭 Playwright Run Summary
13 failed [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown [chromium] › tests/specs/manage-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list and added back [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee [chromium] › tests/specs/manage-transaction/manage-transaction.spec.ts:47:3 › Manage transaction › that user can increase fee [chromium] › tests/specs/network/add-network.spec.ts:20:3 › Networks tests › that bitcoin api url changes on selecting different network [chromium] › tests/specs/network/add-network.spec.ts:29:3 › Networks tests › validation error when stacks api url is empty [chromium] › tests/specs/network/add-network.spec.ts:42:3 › Networks tests › validation error when name is empty [chromium] › tests/specs/network/add-network.spec.ts:51:3 › Networks tests › validation error when key is empty [chromium] › tests/specs/network/add-network.spec.ts:61:3 › Networks tests › validation error when bitcoin api url is empty [chromium] › tests/specs/network/add-network.spec.ts:73:3 › Networks tests › unable to fetch info from stacks node [chromium] › tests/specs/network/add-network.spec.ts:85:3 › Networks tests › unable to fetch mempool from bitcoin node [chromium] › tests/specs/network/add-network.spec.ts:97:3 › Networks tests › proper initial values on edit network [chromium] › tests/specs/network/add-network.spec.ts:119:3 › Networks tests › delete network ───
🎭 Playwright Run Summary
22 failed [chromium] › tests/specs/send/send-inscription.spec.ts:27:5 › Send inscription › valid send inscription data › should show the inscription review step [chromium] › tests/specs/send/send-inscription.spec.ts:42:5 › Send inscription › validation errors › should show the insufficient balance error [chromium] › tests/specs/send/send-inscription.spec.ts:61:5 › Send inscription › validation errors › should show invalid address error [chromium] › tests/specs/send/send-inscription.spec.ts:75:5 › Send inscription › validation errors › should show non-zero offset inscription error [chromium] › tests/specs/send/send-inscription.spec.ts:100:3 › Send inscription › should show multiple inscription on utxo error [chromium] › tests/specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ────── [chromium] › tests/specs/send/send-stx.spec.ts:30:3 › send stx: tests on testnet › that we show high fee warning in case of high custom fee [chromium] › tests/specs/send/send-stx.spec.ts:52:3 › send stx: tests on testnet › that send max button sets available balance minus fee [chromium] › tests/specs/send/send-stx.spec.ts:60:3 › send stx: tests on testnet › that empty memo on preview matches default empty value [chromium] › tests/specs/send/send-stx.spec.ts:79:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input [chromium] › tests/specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the amount must be a number [chromium] › tests/specs/send/send-stx.spec.ts:125:5 › send stx: tests on testnet › send form validation › that the amount must be positive [chromium] › tests/specs/send/send-stx.spec.ts:132:5 › send stx: tests on testnet › send form validation › that the amount field enforces max length based on decimals [chromium] › tests/specs/send/send-stx.spec.ts:140:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance [chromium] › tests/specs/send/send-stx.spec.ts:147:5 › send stx: tests on testnet › send form validation › that the address must be valid [chromium] › tests/specs/send/send-stx.spec.ts:154:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender [chromium] › tests/specs/send/send-stx.spec.ts:162:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted [chromium] › tests/specs/send/send-stx.spec.ts:172:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details to be confirmed [chromium] › tests/specs/send/send-stx.spec.ts:182:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved [chromium] › tests/specs/send/send-stx.spec.ts:210:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name [chromium] › tests/specs/send/send-stx.spec.ts:230:5 › send stx: tests on mainnet › send form input fields › that fee row defaults to middle fee estimation [chromium] › tests/specs/send/send-stx.spec.ts:240:5 › send stx: tests on mainnet › send form input fields › that low fee estimate can be selected

Artifacts

Produced during runtime
Name Size
blob-report-1 Expired
14.4 MB
blob-report-10 Expired
9.04 MB
blob-report-2 Expired
23.1 MB
blob-report-3 Expired
10.5 MB
blob-report-4 Expired
18.3 MB
blob-report-5 Expired
931 Bytes
blob-report-6 Expired
21.6 MB
blob-report-7 Expired
23.6 MB
blob-report-8 Expired
40.1 MB
blob-report-9 Expired
11.1 MB