rename Token price to value and associated files, fixed display in ac… #583
Annotations
7 errors, 2 warnings, and 1 notice
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L7
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'OFFICIAL TRUMP $' })
5 | await page.getByRole('tab', { name: 'coins' }).click();
6 | // send Ft token from COA to COA
> 7 | await page.getByRole('button', { name: tokenname }).click();
| ^
8 | await page.getByRole('button', { name: 'Send' }).click();
9 | await page.getByPlaceholder('Search address(0x), or flow').click();
10 | await page.getByPlaceholder('Search address(0x), or flow').fill(receiver);
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:7:55)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:72:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L7
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'OFFICIAL TRUMP $' })
5 | await page.getByRole('tab', { name: 'coins' }).click();
6 | // send Ft token from COA to COA
> 7 | await page.getByRole('button', { name: tokenname }).click();
| ^
8 | await page.getByRole('button', { name: 'Send' }).click();
9 | await page.getByPlaceholder('Search address(0x), or flow').click();
10 | await page.getByPlaceholder('Search address(0x), or flow').fill(receiver);
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:7:55)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:72:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L1
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L7
1) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'OFFICIAL TRUMP $' })
5 | await page.getByRole('tab', { name: 'coins' }).click();
6 | // send Ft token from COA to COA
> 7 | await page.getByRole('button', { name: tokenname }).click();
| ^
8 | await page.getByRole('button', { name: 'Send' }).click();
9 | await page.getByPlaceholder('Search address(0x), or flow').click();
10 | await page.getByPlaceholder('Search address(0x), or flow').fill(receiver);
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:7:55)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:72:3
|
Run Playwright tests
Process completed with exit code 1.
|
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 4.0m
|
Run Playwright tests
1 failed
[main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ───────────────────────
8 passed (11.2m)
|
Loading