Skip to content

add token price UI component #508

add token price UI component

add token price UI component #508

Triggered via push February 4, 2025 22:00
Status Failure
Total duration 17m 14s
Artifacts 1

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
[main] › login.test.ts:3:1 › Login test: e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ─────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[main] › login.test.ts:3:1 › Login test: 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
[main] › login.test.ts:3:1 › Login test: e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ─────────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[main] › login.test.ts:3:1 › Login test: 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
[main] › login.test.ts:3:1 › Login test: e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ─────────────────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[main] › login.test.ts:3:1 › Login test: 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
[main] › sendTransaction.test.ts:34:1 › send Flow COA to COA: 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
[main] › sendTransaction.test.ts:34:1 › send Flow COA to COA: 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
[main] › sendTransaction.test.ts:34:1 › send Flow COA to COA: 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
[main] › sendTransaction.test.ts:34:1 › send Flow COA to COA: 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
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
Slow Test: [setup] › utils/global.setup.ts#L1
[setup] › utils/global.setup.ts took 2.8m
🎭 Playwright Run Summary
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)

Artifacts

Produced during runtime
Name Size
extension-build
8.12 MB