feat: display proper image for src20 tokens #7395
Annotations
7 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L34
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('switch-account-item-1')
32 | const accountsPage = await newPagePromise;
33 | await accountsPage.getByTestId('switch-account-item-0').click({ force: true });
> 34 | await accountsPage.getByTestId('switch-account-item-1').click({ force: true });
| ^
35 | await delayAnimationDuration();
36 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
37 | await delayAnimationDuration();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:34:63
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L34
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('switch-account-item-1')
32 | const accountsPage = await newPagePromise;
33 | await accountsPage.getByTestId('switch-account-item-0').click({ force: true });
> 34 | await accountsPage.getByTestId('switch-account-item-1').click({ force: true });
| ^
35 | await delayAnimationDuration();
36 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
37 | await delayAnimationDuration();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:34:63
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L34
1) [chromium] › specs/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('switch-account-item-1')
32 | const accountsPage = await newPagePromise;
33 | await accountsPage.getByTestId('switch-account-item-0').click({ force: true });
> 34 | await accountsPage.getByTestId('switch-account-item-1').click({ force: true });
| ^
35 | await delayAnimationDuration();
36 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
37 | await delayAnimationDuration();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:34:63
|
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/swap/swap.spec.ts#L1
[chromium] › specs/swap/swap.spec.ts took 46.2s
|
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/transactions/transactions.spec.ts:27:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
1 did not run
5 passed (2.5m)
|
Loading