fix: styles for inscription options #7345
Annotations
5 errors, 4 warnings, and 1 notice
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests:
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
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 26.7s
|
Run Playwright tests:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 17.4s
|
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/
|
Run Playwright tests
1 failed
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
16 passed (2.0m)
|
Loading