fix: styles for inscription options #7345
playwright.yml
on: pull_request
Matrix: test
Merge reports
16s
Annotations
9 errors, 27 warnings, and 10 notices
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L104
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
102 |
103 | test('the promise resolves with addresses successfully', async ({ page, context }) => {
> 104 | await page.goto('localhost:3000');
| ^
105 | const getAddressesPromise = initiateGetAddresses(page);
106 |
107 | const popup = await interceptRequestPopup(context);
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:104:20
|
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests:
tests/specs/ledger/ledger.spec.ts#L16
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request /bestinslot|mempool\.space|inscriptions/
============================================================
14 |
15 | async function interceptBitcoinRequests(homePage: HomePage) {
> 16 | const requestPromise = homePage.page.waitForRequest(/bestinslot|mempool\.space|inscriptions/, {
| ^
17 | timeout: 1000,
18 | });
19 | return requestPromise;
at interceptBitcoinRequests (/home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:16:40)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:49:34
|
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests:
tests/specs/ledger/ledger.spec.ts#L16
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForRequest: Timeout 1000ms exceeded while waiting for event "request"
=========================== logs ===========================
waiting for request /bestinslot|mempool\.space|inscriptions/
============================================================
14 |
15 | async function interceptBitcoinRequests(homePage: HomePage) {
> 16 | const requestPromise = homePage.page.waitForRequest(/bestinslot|mempool\.space|inscriptions/, {
| ^
17 | timeout: 1000,
18 | });
19 | return requestPromise;
at interceptBitcoinRequests (/home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:16:40)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:49:34
|
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests:
tests/specs/ledger/ledger.spec.ts#L51
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('current-account-display-name')
49 | const requestPromise = interceptBitcoinRequests(homePage);
50 |
> 51 | await homePage.page.getByTestId(SettingsSelectors.CurrentAccountDisplayName).click();
| ^
52 |
53 | test.expect(async () => await test.expect(requestPromise).rejects.toThrowError());
54 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:51:88
|
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests:
tests/specs/ledger/ledger.spec.ts#L16
1) [chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request /bestinslot|mempool\.space|inscriptions/
============================================================
14 |
15 | async function interceptBitcoinRequests(homePage: HomePage) {
> 16 | const requestPromise = homePage.page.waitForRequest(/bestinslot|mempool\.space|inscriptions/, {
| ^
17 | timeout: 1000,
18 | });
19 | return requestPromise;
at interceptBitcoinRequests (/home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:16:40)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:49:34
|
Shard 1 of 10
Process completed with exit code 1.
|
[chromium] › specs/profile/profile.spec.ts:21:3 › Profile updating › should show an error for invalid profile:
tests/page-object-models/onboarding.page.ts#L304
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:304
302 |
303 | do {
> 304 | if (iterationCounter.getValue() > 5) throw new Error('Unable to initialised 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/profile/profile.spec.ts:17:5
|
[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
1) [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 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 47.6s
|
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 48.6s
|
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 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 20.0s
|
Slow Test:
[chromium] › specs/manage-transaction/manage-transaction.spec.ts#L1
[chromium] › specs/manage-transaction/manage-transaction.spec.ts took 17.6s
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 17.2s
|
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/swap/swap.spec.ts#L1
[chromium] › specs/swap/swap.spec.ts took 1.2m
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 29.4s
|
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 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/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 26.7s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 17.4s
|
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 56.1s
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 41.6s
|
Slow Test:
[chromium] › specs/rpc-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 22.6s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 17.9s
|
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.1m
|
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
|
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 (52.5s)
|
🎭 Playwright Run Summary
6 passed (53.6s)
|
🎭 Playwright Run Summary
9 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (59.9s)
|
🎭 Playwright Run Summary
7 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully
9 passed (1.8m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
16 passed (2.0m)
|
🎭 Playwright Run Summary
15 passed (2.4m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
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
16 passed (2.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
8.56 MB |
|