feat: add inscription send flow test #6764
Annotations
2 errors, 4 warnings, and 1 notice
tests/specs/ledger/ledger.spec.ts#L15
1) [chromium] › specs/ledger/ledger.spec.ts:46:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
TimeoutError: page.waitForRequest: Timeout 1000ms exceeded while waiting for event "request"
=========================== logs ===========================
waiting for request /bestinslot|mempool\.space|inscriptions/
============================================================
13 |
14 | async function interceptBitcoinRequests(homePage: HomePage) {
> 15 | const requestPromise = homePage.page.waitForRequest(/bestinslot|mempool\.space|inscriptions/, {
| ^
16 | timeout: 1000,
17 | });
18 | return requestPromise;
at interceptBitcoinRequests (/home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:15:40)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:47:34
|
tests/specs/ledger/ledger.spec.ts#L49
1) [chromium] › specs/ledger/ledger.spec.ts:46:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('current-account-display-name')
47 | const requestPromise = interceptBitcoinRequests(homePage);
48 |
> 49 | await homePage.page.getByTestId(SettingsSelectors.CurrentAccountDisplayName).click();
| ^
50 |
51 | await test
52 | .expect(async () => await test.expect(requestPromise).rejects.toThrowError())
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:49:88
|
The following actions use a deprecated Node.js version 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/
|
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 29.0s
|
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 19.0s
|
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/
|
|
This job succeeded
Loading