feat: sbtc integration #7289
playwright.yml
on: pull_request
Matrix: test
Merge reports
1m 5s
Annotations
19 errors, 27 warnings, and 10 notices
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise rejects when user closes popup window
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L118
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise rejects when user closes popup window
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
116 |
117 | test('the promise rejects when user closes popup window', async ({ page, context }) => {
> 118 | await page.goto('localhost:3000');
| ^
119 | const getAddressesPromise = initiateGetAddresses(page);
120 | const popup = await interceptRequestPopup(context);
121 | await popup.close();
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:118:20
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L118
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
116 |
117 | test('the promise rejects when user closes popup window', async ({ page, context }) => {
> 118 | await page.goto('localhost:3000');
| ^
119 | const getAddressesPromise = initiateGetAddresses(page);
120 | const popup = await interceptRequestPopup(context);
121 | await popup.close();
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:118:20
|
[chromium] › specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile:
tests/page-object-models/onboarding.page.ts#L303
1) [chromium] › specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
Error: Unable to initialised wallet state
at page-object-models/onboarding.page.ts:303
301 |
302 | do {
> 303 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialised wallet state');
| ^
304 |
305 | await this.page.evaluate(
306 | async walletState => chrome.storage.local.set({ 'persist:root': walletState }),
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:303:50)
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:17:5
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/specs/send/send-sip10.spec.ts#L1
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/page-object-models/send.page.ts#L131
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirm-send-tx-btn')
at page-object-models/send.page.ts:131
129 |
130 | async confirmSendTransaction() {
> 131 | await this.page.getByTestId(SendCryptoAssetSelectors.ConfirmSendTxBtn).click();
| ^
132 | }
133 | }
134 |
at SendPage.confirmSendTransaction (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:131:76)
at /home/runner/work/extension/extension/tests/specs/send/send-sip10.spec.ts:28:20
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/specs/send/send-sip10.spec.ts#L1
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/page-object-models/send.page.ts#L131
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirm-send-tx-btn')
at page-object-models/send.page.ts:131
129 |
130 | async confirmSendTransaction() {
> 131 | await this.page.getByTestId(SendCryptoAssetSelectors.ConfirmSendTxBtn).click();
| ^
132 | }
133 | }
134 |
at SendPage.confirmSendTransaction (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:131:76)
at /home/runner/work/extension/extension/tests/specs/send/send-sip10.spec.ts:28:20
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/specs/send/send-sip10.spec.ts#L1
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token:
tests/page-object-models/send.page.ts#L131
1) [chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('confirm-send-tx-btn')
at page-object-models/send.page.ts:131
129 |
130 | async confirmSendTransaction() {
> 131 | await this.page.getByTestId(SendCryptoAssetSelectors.ConfirmSendTxBtn).click();
| ^
132 | }
133 | }
134 |
at SendPage.confirmSendTransaction (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:131:76)
at /home/runner/work/extension/extension/tests/specs/send/send-sip10.spec.ts:28:20
|
Shard 8 of 10
Process completed with exit code 1.
|
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly:
tests/specs/swap/swap.spec.ts#L25
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly
Error: expect(received).toEqual(expected) // deep equality
Expected: "Velar and ALEX via Bitflow"
Received: "ALEX via Bitflow"
23 |
24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText();
> 25 | test.expect(swapProtocol).toEqual('Velar and ALEX via Bitflow');
| ^
26 |
27 | const swapAssets = await swapPage.swapDetailsSymbol.all();
28 | const swapAssetBase = await swapAssets[0].innerText();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:25:31
|
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly:
tests/specs/swap/swap.spec.ts#L25
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Velar and ALEX via Bitflow"
Received: "ALEX via Bitflow"
23 |
24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText();
> 25 | test.expect(swapProtocol).toEqual('Velar and ALEX via Bitflow');
| ^
26 |
27 | const swapAssets = await swapPage.swapDetailsSymbol.all();
28 | const swapAssetBase = await swapAssets[0].innerText();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:25:31
|
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly:
tests/specs/swap/swap.spec.ts#L25
1) [chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Velar and ALEX via Bitflow"
Received: "ALEX via Bitflow"
23 |
24 | const swapProtocol = await swapPage.swapDetailsProtocol.innerText();
> 25 | test.expect(swapProtocol).toEqual('Velar and ALEX via Bitflow');
| ^
26 |
27 | const swapAssets = await swapPage.swapDetailsSymbol.all();
28 | const swapAssetBase = await swapAssets[0].innerText();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:25:31
|
[chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list:
tests/specs/swap/swap.spec.ts#L61
2) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
59 | await swapPage.page.locator(swapPage.chooseAssetList).waitFor();
60 | const quoteAssets = await swapPage.page.locator(swapPage.chooseAssetListItem).all();
> 61 | test.expect(quoteAssets.length).toEqual(1);
| ^
62 | });
63 | });
64 |
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:61:37
|
[chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list:
tests/specs/swap/swap.spec.ts#L61
2) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
59 | await swapPage.page.locator(swapPage.chooseAssetList).waitFor();
60 | const quoteAssets = await swapPage.page.locator(swapPage.chooseAssetListItem).all();
> 61 | test.expect(quoteAssets.length).toEqual(1);
| ^
62 | });
63 | });
64 |
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:61:37
|
[chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list:
tests/specs/swap/swap.spec.ts#L61
2) [chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
59 | await swapPage.page.locator(swapPage.chooseAssetList).waitFor();
60 | const quoteAssets = await swapPage.page.locator(swapPage.chooseAssetListItem).all();
> 61 | test.expect(quoteAssets.length).toEqual(1);
| ^
62 | });
63 | });
64 |
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:61:37
|
Shard 10 of 10
Process completed with exit code 1.
|
Shard 7 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/send/send-inscription.spec.ts#L1
[chromium] › specs/send/send-inscription.spec.ts took 42.3s
|
Shard 2 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/manage-tokens/manage-tokens.spec.ts#L1
[chromium] › specs/manage-tokens/manage-tokens.spec.ts took 18.2s
|
Slow Test:
[chromium] › specs/manage-transaction/manage-transaction.spec.ts#L1
[chromium] › specs/manage-transaction/manage-transaction.spec.ts took 16.7s
|
Shard 9 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 49.9s
|
Shard 3 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 1.2m
|
Shard 1 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 47.9s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 24.0s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 16.0s
|
Shard 5 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Shard 4 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.0m
|
Shard 6 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 49.1s
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 39.5s
|
Slow Test:
[chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 24.9s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 17.1s
|
Shard 8 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 2.0m
|
Shard 10 of 10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 26.2s
|
Merge reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
🎭 Playwright Run Summary
5 passed (47.4s)
|
🎭 Playwright Run Summary
6 passed (54.5s)
|
🎭 Playwright Run Summary
6 passed (54.9s)
|
🎭 Playwright Run Summary
9 passed (1.3m)
|
🎭 Playwright Run Summary
17 passed (1.8m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinAndStacksKey › the promise rejects when user closes popup window
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
8 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile
9 passed (2.2m)
|
🎭 Playwright Run Summary
15 passed (2.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ────────────
16 passed (3.6m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › specs/swap/swap.spec.ts:19:3 › Swaps › that it shows swap review details correctly
[chromium] › specs/swap/swap.spec.ts:50:3 › Swaps › that it preselects cross chain swap assets and restricts quote list
5 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
174 MB |
|