refactor: currency model imports #6803
Annotations
2 errors, 2 warnings, and 1 notice
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
tests/specs/transactions/transactions.spec.ts#L31
1) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text=Debugger')
29 | await accountsPage.getByTestId('switch-account-item-1').click({ force: true });
30 | await testAppPage.page.bringToFront();
> 31 | await testAppPage.page.click('text=Debugger', {
| ^
32 | timeout: 30000,
33 | });
34 | await accountsPage.close();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:31:30
|
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/
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading