Merge branch 'dev' into 436-feature-complete-type-checks-on-token-tra… #526
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 120000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L108
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'avatar' }).getByText('0xd3aa6d2de702615a')
at utils/helper.ts:108
106 | await expect(page.getByText('Profile', { exact: true })).toBeVisible();
107 | // Switch to the correct account. Note doest not handle more than 3 accounts loaded
> 108 | await page.getByRole('button', { name: 'avatar' }).getByText(addr).click();
| ^
109 |
110 | await page.getByPlaceholder('Enter your password').clear();
111 | await page.getByPlaceholder('Enter your password').fill(password);
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:108:72)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:4:3
|
Run Playwright tests:
e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L108
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'avatar' }).getByText('0xd3aa6d2de702615a')
at utils/helper.ts:108
106 | await expect(page.getByText('Profile', { exact: true })).toBeVisible();
107 | // Switch to the correct account. Note doest not handle more than 3 accounts loaded
> 108 | await page.getByRole('button', { name: 'avatar' }).getByText(addr).click();
| ^
109 |
110 | await page.getByPlaceholder('Enter your password').clear();
111 | await page.getByPlaceholder('Enter your password').fill(password);
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:108:72)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:4:3
|
Run Playwright tests:
e2e/login.test.ts#L1
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
e2e/utils/helper.ts#L108
1) [main] › login.test.ts:3:1 › Login test ───────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'avatar' }).getByText('0xd3aa6d2de702615a')
at utils/helper.ts:108
106 | await expect(page.getByText('Profile', { exact: true })).toBeVisible();
107 | // Switch to the correct account. Note doest not handle more than 3 accounts loaded
> 108 | await page.getByRole('button', { name: 'avatar' }).getByText(addr).click();
| ^
109 |
110 | await page.getByPlaceholder('Enter your password').clear();
111 | await page.getByPlaceholder('Enter your password').fill(password);
at loginToExtensionAccount (/home/runner/work/FRW-Extension/FRW-Extension/e2e/utils/helper.ts:108:72)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/login.test.ts:4:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L22
2) [main] › sendTransaction.test.ts:52:1 › send USDC token from COA to COA ───────────────────────
Error: Timed out 60000ms waiting for expect(locator).toBeVisible()
Locator: locator('li').first().filter({ hasText: 'success' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 60000ms
- waiting for locator('li').first().filter({ hasText: 'success' })
20 | await expect(progressBar).not.toBeVisible({ timeout: 60_000 });
21 |
> 22 | await expect(page.locator('li').first().filter({ hasText: 'success' })).toBeVisible({
| ^
23 | timeout: 60_000,
24 | });
25 | };
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:22:75)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:54:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L22
3) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Error: Timed out 60000ms waiting for expect(locator).toBeVisible()
Locator: locator('li').first().filter({ hasText: 'success' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 60000ms
- waiting for locator('li').first().filter({ hasText: 'success' })
20 | await expect(progressBar).not.toBeVisible({ timeout: 60_000 });
21 |
> 22 | await expect(page.locator('li').first().filter({ hasText: 'success' })).toBeVisible({
| ^
23 | timeout: 60_000,
24 | });
25 | };
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:22:75)
at /home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:72:3
|
Run Playwright tests:
e2e/sendTransaction.test.ts#L22
3) [main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 60000ms waiting for expect(locator).toBeVisible()
Locator: locator('li').first().filter({ hasText: 'success' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 60000ms
- waiting for locator('li').first().filter({ hasText: 'success' })
20 | await expect(progressBar).not.toBeVisible({ timeout: 60_000 });
21 |
> 22 | await expect(page.locator('li').first().filter({ hasText: 'success' })).toBeVisible({
| ^
23 | timeout: 60_000,
24 | });
25 | };
at sendTokenfromCOAtoCOA (/home/runner/work/FRW-Extension/FRW-Extension/e2e/sendTransaction.test.ts:22:75)
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 2.8m
|
Run Playwright tests
1 failed
[main] › login.test.ts:3:1 › Login test ────────────────────────────────────────────────────────
2 flaky
[main] › sendTransaction.test.ts:52:1 › send USDC token from COA to COA ────────────────────────
[main] › sendTransaction.test.ts:70:1 › send TRUMP token from COA to COA ───────────────────────
6 passed (15.3m)
|
Loading