chore(deps-dev): bump @leather-wallet/rpc from 0.3.9 to 0.3.10 #5878
playwright.yml
on: pull_request
Matrix: test
Merge reports
23s
Annotations
35 errors, 23 warnings, and 9 notices
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
Shard 5 of 10
Process completed with exit code 1.
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L270
1) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L270
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L270
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L270
2) [chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L270
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L270
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L270
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/page-object-models/onboarding.page.ts#L270
4) [chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
Error: No key found
at page-object-models/onboarding.page.ts:270
268 | async enterMnemonicKey(secretKey: string) {
269 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 270 | if (!secretKey) throw new Error('No key found');
| ^
271 | const key = secretKey.split(' ');
272 | for (let i = 0; i < key.length; i++) {
273 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:270:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:257:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:75:7
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L66
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
64 | if (!displayedFee) throw new Error('Cannot pull fee from UI');
65 |
> 66 | const requestPromise = transactionRequestPage.page.waitForRequest('*/**/v2/transactions');
| ^
67 |
68 | await transactionRequestPage.page.route('*/**/v2/transactions', async route => {
69 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:66:58
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L66
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "*/**/v2/transactions"
============================================================
64 | if (!displayedFee) throw new Error('Cannot pull fee from UI');
65 |
> 66 | const requestPromise = transactionRequestPage.page.waitForRequest('*/**/v2/transactions');
| ^
67 |
68 | await transactionRequestPage.page.route('*/**/v2/transactions', async route => {
69 | await route.abort();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:66:58
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/page-object-models/transaction-request.page.ts#L18
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-testid="btn-confirm-transaction"]')
- locator resolved to <button disabled type="submit" aria-busy="false" data-te…>Confirm</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L51
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text=Debugger')
49 | await accountsPage.getByTestId('switch-account-item-0').click({ force: true });
50 | await testAppPage.page.bringToFront();
> 51 | await testAppPage.page.click('text=Debugger', {
| ^
52 | timeout: 30000,
53 | });
54 | await accountsPage.close();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:51:30
|
Shard 10 of 10
Process completed with exit code 1.
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L49
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Error: locator.innerText: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirmation-details-memo').getByTestId('info-card-row-value')
47 | const confirmationMemo = await sendPage.memoRow
48 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
> 49 | .innerText();
| ^
50 |
51 | test.expect(confirmationMemo).toEqual(emptyMemoPreviewValue);
52 | });
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:49:8
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L49
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.innerText: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirmation-details-memo').getByTestId('info-card-row-value')
47 | const confirmationMemo = await sendPage.memoRow
48 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
> 49 | .innerText();
| ^
50 |
51 | test.expect(confirmationMemo).toEqual(emptyMemoPreviewValue);
52 | });
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:49:8
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L49
1) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.innerText: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirmation-details-memo').getByTestId('info-card-row-value')
47 | const confirmationMemo = await sendPage.memoRow
48 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
> 49 | .innerText();
| ^
50 |
51 | test.expect(confirmationMemo).toEqual(emptyMemoPreviewValue);
52 | });
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:49:8
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L1
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/utils.ts#L21
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Error: locator.innerText: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirmation-details-recipient').getByTestId('address-displayer')
at utils.ts:21
19 | const displayerAddress = await locator
20 | .getByTestId(SharedComponentsSelectors.AddressDisplayer)
> 21 | .innerText();
| ^
22 |
23 | return displayerAddress.replaceAll('\n', '');
24 | }
at getDisplayerAddress (/home/runner/work/extension/extension/tests/utils.ts:21:6)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:68:36
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L1
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/utils.ts#L21
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.innerText: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirmation-details-recipient').getByTestId('address-displayer')
at utils.ts:21
19 | const displayerAddress = await locator
20 | .getByTestId(SharedComponentsSelectors.AddressDisplayer)
> 21 | .innerText();
| ^
22 |
23 | return displayerAddress.replaceAll('\n', '');
24 | }
at getDisplayerAddress (/home/runner/work/extension/extension/tests/utils.ts:21:6)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:68:36
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Process returned exit code 1
Launched as "/home/runner/runners/2.316.1/externals/node20/bin/node /home/runner/work/_actions/Wandalen/wretry.action/v3.5.0_js_action/src/Runner.mjs /home/runner/work/_actions/Wandalen/actions-gh-pages/lib/index.js"
Launched at "/home/runner/work/extension/extension"
Attempts exhausted, made 2 attempts :
Attempt #1 started at : 10:28:19 GMT+0000 (Coordinated Universal Time)
Attempt #2 started at : 10:28:19 GMT+0000 (Coordinated Universal Time)
|
Shard 2 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 9 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 49.6s
|
Shard 3 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 47.7s
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 19.8s
|
Shard 5 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.1m
|
Shard 6 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 52.2s
|
Shard 4 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 22.9s
|
Shard 1 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 54.6s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 30.6s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 20.0s
|
Shard 7 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.1m
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 23.2s
|
Shard 10 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Shard 8 of 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
5 passed (53.5s)
|
🎭 Playwright Run Summary
8 passed (1.2m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
9 passed (1.4m)
|
🎭 Playwright Run Summary
5 passed (56.2s)
|
🎭 Playwright Run Summary
4 failed
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
[chromium] › specs/onboarding/onboarding.spec.ts:79:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:91:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
5 passed (1.8m)
|
🎭 Playwright Run Summary
3 skipped
15 passed (1.8m)
|
🎭 Playwright Run Summary
8 passed (1.5m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 skipped
2 passed (2.4m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
1 flaky
[chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved
12 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
45.3 MB |
|