Feat(sbtc): display sbtc balance market data #7181
playwright.yml
on: pull_request
Matrix: test
Merge reports
29s
Annotations
11 errors, 15 warnings, and 10 notices
[chromium] › specs/profile/profile.spec.ts:19: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:19: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:15:5
|
[chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page:
tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
Test timeout of 30000ms exceeded.
|
[chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page:
tests/page-object-models/home.page.ts#L113
1) [chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
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/ledger/ledger.spec.ts:61:24
|
[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
|
[chromium] › 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:
tests/specs/send/send-stx.spec.ts#L237
2) [chromium] › 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
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
235 | // Using min/max fee caps
236 | const isMiddleFee = fee === 0.0004;
> 237 | test.expect(isMiddleFee).toEqual(true);
| ^
238 | });
239 |
240 | test('that low fee estimate can be selected', async ({ sendPage }) => {
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:237:32
|
Shard 8 of 10
Process completed with exit code 1.
|
Slow Test:
[chromium] › specs/manage-transaction/manage-transaction.spec.ts#L1
[chromium] › specs/manage-transaction/manage-transaction.spec.ts took 16.3s
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 25.3s
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 44.0s
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 39.0s
|
Slow Test:
[chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 22.9s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 17.3s
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 49.2s
|
Slow Test:
[chromium] › specs/send/send-inscription.spec.ts#L1
[chromium] › specs/send/send-inscription.spec.ts took 37.8s
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 1.1m
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 17.2s
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.1m
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 59.1s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 25.0s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 15.5s
|
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
4 passed (35.5s)
|
🎭 Playwright Run Summary
1 skipped
3 passed (37.6s)
|
🎭 Playwright Run Summary
6 passed (49.0s)
|
🎭 Playwright Run Summary
9 passed (1.4m)
|
🎭 Playwright Run Summary
11 passed (1.5m)
|
🎭 Playwright Run Summary
11 passed (1.4m)
|
🎭 Playwright Run Summary
11 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
8 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
16 passed (2.2m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/send/send-sip10.spec.ts:20:3 › Send sip10 › can send sip10 token ────────────
1 flaky
[chromium] › 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
15 passed (3.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
8.76 MB |
|