Replace e2e fork node with anvil #9241
Annotations
5 errors and 2 notices
|
Run costing Playwright tests
Process completed with exit code 1.
|
|
Run costing Playwright tests:
e2e-tests/regular/transactions.spec.ts#L54
1) [chromium] › e2e-tests/regular/transactions.spec.ts:5:7 › Transactions › User can send base asset (on Sepolia testnet) @testnet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByText(/^Ethereum Sepolia$/).last()
52 | .getByText(/^Ethereum Sepolia$/)
53 | .last()
> 54 | .click()
| ^
55 | await walletPageHelper.assertCommonElements(
56 | /^Ethereum Sepolia$/,
57 | true,
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:54:10
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:11:5
|
|
Run costing Playwright tests:
e2e-tests/regular/transactions.spec.ts#L0
1) [chromium] › e2e-tests/regular/transactions.spec.ts:5:7 › Transactions › User can send base asset (on Sepolia testnet) @testnet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 200000ms exceeded.
|
|
Run costing Playwright tests:
e2e-tests/regular/transactions.spec.ts#L169
1) [chromium] › e2e-tests/regular/transactions.spec.ts:5:7 › Transactions › User can send base asset (on Sepolia testnet) @testnet
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('activity_list_item').first().getByText(/^Send$/)
Expected: visible
Timeout: 20000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 20000ms
- waiting for getByTestId('activity_list_item').first().getByText(/^Send$/)
167 | timeout: 60000,
168 | })
> 169 | await expect(latestSentTx.getByText(/^Send$/)).toBeVisible()
| ^
170 | await expect(
171 | latestSentTx.getByText(/^[a-zA-Z]{3} \d{1,2}$/),
172 | ).toBeVisible()
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:169:54
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:147:5
|
|
Run costing Playwright tests:
e2e-tests/regular/transactions.spec.ts#L141
1) [chromium] › e2e-tests/regular/transactions.spec.ts:5:7 › Transactions › User can send base asset (on Sepolia testnet) @testnet
Error: expect(locator).toBeVisible() failed
Locator: getByText('Transaction signed, broadcasting...').first()
Expected: visible
Timeout: 20000ms
Error: element(s) not found
Call log:
- Expect "soft toBeVisible" with timeout 20000ms
- waiting for getByText('Transaction signed, broadcasting...').first()
139 | await expect
140 | .soft(popup.getByText("Transaction signed, broadcasting...").first())
> 141 | .toBeVisible() // we need to use `.first()` because sometimes Playwright catches 2 elements matching that copy
| ^
142 | await expect(
143 | popup.getByText("Transaction failed to broadcast."),
144 | ).toHaveCount(0)
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:141:10
at /home/runner/work/extension/extension/e2e-tests/regular/transactions.spec.ts:116:5
|
|
Run costing Playwright tests
1 failed
[chromium] › e2e-tests/regular/transactions.spec.ts:5:7 › Transactions › User can send base asset (on Sepolia testnet) @testnet
|
|
Run free Playwright tests
2 passed (42.9s)
|
Loading