add token price UI component #508
Annotations
10 errors, 2 warnings, and 1 notice
Run Playwright tests:
e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L58
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Error: page.waitForURL: Target page, context or browser has been closed
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils/helper.ts:58
56 | export const getCurrentAddress = async (page: Page) => {
57 | // Wait for the dashboard page to be fully loaded
> 58 | await page.waitForURL(/.*\/dashboard.*/);
| ^
59 |
60 | //await expect(page.getByLabel('Copy Address')).toBeVisible({ timeout: 120_000 });
61 | const copyIcon = await page.getByLabel('Copy Address');
at getCurrentAddress (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:58:14)
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:100:24)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:7:3
|
Run Playwright tests:
e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L58
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Target page, context or browser has been closed
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils/helper.ts:58
56 | export const getCurrentAddress = async (page: Page) => {
57 | // Wait for the dashboard page to be fully loaded
> 58 | await page.waitForURL(/.*\/dashboard.*/);
| ^
59 |
60 | //await expect(page.getByLabel('Copy Address')).toBeVisible({ timeout: 120_000 });
61 | const copyIcon = await page.getByLabel('Copy Address');
at getCurrentAddress (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:58:14)
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:100:24)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:7:3
|
Run Playwright tests:
e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L58
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Target page, context or browser has been closed
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils/helper.ts:58
56 | export const getCurrentAddress = async (page: Page) => {
57 | // Wait for the dashboard page to be fully loaded
> 58 | await page.waitForURL(/.*\/dashboard.*/);
| ^
59 |
60 | //await expect(page.getByLabel('Copy Address')).toBeVisible({ timeout: 120_000 });
61 | const copyIcon = await page.getByLabel('Copy Address');
at getCurrentAddress (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:58:14)
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:100:24)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:7:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L27
2) [main] › sendTransaction.test.ts:34:1 › send Flow COA to COA ──────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
25 | };
26 |
> 27 | test.beforeEach(async ({ page, extensionId }) => {
| ^
28 | // Login to our sender account
29 | await loginToSenderAccount({ page, extensionId });
30 | // switch to EVM account
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:27:6
|
Run Playwright tests:
e2e/utils/helper.ts#L58
2) [main] › sendTransaction.test.ts:34:1 › send Flow COA to COA ──────────────────────────────────
Error: page.waitForURL: Target page, context or browser has been closed
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils/helper.ts:58
56 | export const getCurrentAddress = async (page: Page) => {
57 | // Wait for the dashboard page to be fully loaded
> 58 | await page.waitForURL(/.*\/dashboard.*/);
| ^
59 |
60 | //await expect(page.getByLabel('Copy Address')).toBeVisible({ timeout: 120_000 });
61 | const copyIcon = await page.getByLabel('Copy Address');
at getCurrentAddress (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:58:14)
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:100:24)
at loginToSenderAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:344:3)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:29:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L27
2) [main] › sendTransaction.test.ts:34:1 › send Flow COA to COA ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
25 | };
26 |
> 27 | test.beforeEach(async ({ page, extensionId }) => {
| ^
28 | // Login to our sender account
29 | await loginToSenderAccount({ page, extensionId });
30 | // switch to EVM account
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:27:6
|
Run Playwright tests:
e2e/utils/helper.ts#L58
2) [main] › sendTransaction.test.ts:34:1 › send Flow COA to COA ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Target page, context or browser has been closed
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils/helper.ts:58
56 | export const getCurrentAddress = async (page: Page) => {
57 | // Wait for the dashboard page to be fully loaded
> 58 | await page.waitForURL(/.*\/dashboard.*/);
| ^
59 |
60 | //await expect(page.getByLabel('Copy Address')).toBeVisible({ timeout: 120_000 });
61 | const copyIcon = await page.getByLabel('Copy Address');
at getCurrentAddress (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:58:14)
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:100:24)
at loginToSenderAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:344:3)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:29:3
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests:
[setup] › utils/global.setup.ts#L1
[setup] › utils/global.setup.ts took 2.8m
|
Run Playwright tests
6 failed
[main] › login.test.ts:3:1 › Login test ────────────────────────────────────────────────────────
[main] › sendTransaction.test.ts:34:1 › send Flow COA to COA ───────────────────────────────────
[main] › sendTransaction.test.ts:46:1 › send Staked Flow COA to COA ────────────────────────────
[main] › sendTransaction.test.ts:58:1 › send USDC token from COA to COA ────────────────────────
[main] › sendTransaction.test.ts:69:1 › send BETA token from COA to COA ────────────────────────
[main] › sendTransaction.test.ts:80:1 › send TRUMP token from COA to COA ───────────────────────
3 passed (12.0m)
|
Loading