Address breaking changes in Avatar #7535
Annotations
10 errors and 1 notice
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L304
1) [chromium] › tests/specs/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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests
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
|
Loading