fix: add schema validation for stamps #5522
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L56
1) [chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:56
54 |
55 | async goToReceiveDialog() {
> 56 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
57 | }
58 |
59 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:56:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:27:24
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 flaky
[chromium] › specs/ledger/ledger.spec.ts:26:7 › App with Ledger › withStacksKeysOnly › receive modal opens
4 skipped
6 passed (1.6m)
|
Loading