chore(deps): bump @leather.io/query from 2.4.0 to 2.4.1 #6502
playwright.yml
on: pull_request
Matrix: test
Merge reports
16s
Annotations
18 errors, 24 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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258: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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258: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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258: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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258: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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258: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#L271
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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:84: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:84: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:84: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:89:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:89: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:89:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:89: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:89:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:89: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:96:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address:
tests/page-object-models/onboarding.page.ts#L271
4) [chromium] › specs/onboarding/onboarding.spec.ts:96: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:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | 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:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/send/send-stx.spec.ts:78:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L104
1) [chromium] › specs/send/send-stx.spec.ts:78:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Error: expect(received).toEqual(expected) // deep equality
Expected: "STX"
Received: "0.003 STX"
102 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
103 | .innerText();
> 104 | test.expect(confirmationFees).toEqual(fees);
| ^
105 |
106 | const confirmationMemo2 = await sendPage.memoRow
107 | .getByTestId(SharedComponentsSelectors.InfoCardRowValue)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:104:35
|
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.317.0/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:53:50 GMT+0000 (Coordinated Universal Time)
Attempt #2 started at : 10:53:50 GMT+0000 (Coordinated Universal Time)
|
Shard 8 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 4 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 29.1s
|
Shard 2 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 17.6s
|
Shard 9 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 48.7s
|
Shard 6 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 44.8s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 18.4s
|
Shard 5 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.0m
|
Shard 10 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 34.3s
|
Shard 1 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 53.5s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 28.2s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 20.6s
|
Shard 3 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 1.0m
|
Shard 7 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 58.7s
|
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 passed (33.2s)
|
🎭 Playwright Run Summary
2 passed (21.5s)
|
🎭 Playwright Run Summary
5 passed (52.6s)
|
🎭 Playwright Run Summary
7 passed (1.1m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
1 skipped
3 passed (46.2s)
|
🎭 Playwright Run Summary
16 passed (1.8m)
|
🎭 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:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:89:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:96:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
10 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-stx.spec.ts:78:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
21 passed (4.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
4.75 MB |
|