refactor: asset data models, associated queries, and asset list #5593
Annotations
4 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
Run Playwright tests:
tests/page-object-models/onboarding.page.ts#L286
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: page.evaluate: Target page, context or browser has been closed
at page-object-models/onboarding.page.ts:286
284 | const isUnlockPage = async () => await this.page.getByText('Enter your password').isVisible();
285 | while (!(await isUnlockPage())) {
> 286 | await this.page.evaluate(
| ^
287 | async walletState => await chrome.storage.local.set({ 'persist:root': walletState }),
288 | testSoftwareAccountDefaultWalletState
289 | );
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:286:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:38:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L112
2) [chromium] › specs/ledger/ledger.spec.ts:38:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('tab-activity')
at page-object-models/home.page.ts:112
110 |
111 | async clickActivityTab() {
> 112 | await this.page.getByTestId(HomePageSelectors.ActivityTabBtn).click();
| ^
113 | }
114 |
115 | async clickSettingsButton() {
at HomePage.clickActivityTab (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:112:67)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:39: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
2 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
[chromium] › specs/ledger/ledger.spec.ts:38:7 › App with Ledger › withBitcoinAndStacksKey › that you can navigate to activity page
4 skipped
5 passed (1.9m)
|
Loading