Replace e2e fork node with anvil #9078
Annotations
5 errors and 1 notice
Run Playwright tests designed for fork:
e2e-tests/utils/walletPageHelper.ts#L156
1) [chromium] › fork-based/transactions.spec.ts:40:7 › Transactions @fork › User can send base asset
Error: Timed out 60000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('top_menu_profile_button').last()
Expected pattern: /TEST_ACCOUNT/i
Received string: "testertesting.eth"
Call log:
- expect.toHaveText with timeout 60000ms
- waiting for getByTestId('top_menu_profile_button').last()
64 × locator resolved to <div data-testid="top_menu_profile_button" class="jsx-2538477847 profile_wrapper">…</div>
- unexpected value "testertesting.eth"
at utils/walletPageHelper.ts:156
154 | await expect(
155 | this.popup.getByTestId("top_menu_profile_button").last(),
> 156 | ).toHaveText(accountLabel)
| ^
157 | await this.popup
158 | .getByTestId("top_menu_profile_button")
159 | .last()
at WalletPageHelper.assertTopWrap (/home/runner/work/extension/extension/e2e-tests/utils/walletPageHelper.ts:156:7)
at TransactionsHelper.assertUnfilledSendAssetScreen (/home/runner/work/extension/extension/e2e-tests/utils/transactions.ts:26:5)
at /home/runner/work/extension/extension/e2e-tests/fork-based/transactions.spec.ts:99:7
at /home/runner/work/extension/extension/e2e-tests/fork-based/transactions.spec.ts:93:5
|
Run Playwright tests designed for fork:
e2e-tests/fork-based/transactions.spec.ts#L13
1) [chromium] › fork-based/transactions.spec.ts:40:7 › Transactions @fork › User can send base asset
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 240000ms exceeded.
11 | const USDC_CONTRACT = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
12 |
> 13 | test.beforeAll(async ({ localNodeAlive, context }) => {
| ^
14 | // FIXME: These should be test.skip but there's a bug in playwright causing
15 | // the beforeAll hook to run before `test.skip`
16 | test.fixme(
at /home/runner/work/extension/extension/e2e-tests/fork-based/transactions.spec.ts:13:8
|
Run Playwright tests designed for fork:
e2e-tests/fork-based/transactions.spec.ts#L13
1) [chromium] › fork-based/transactions.spec.ts:40:7 › Transactions @fork › User can send base asset
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 240000ms exceeded.
11 | const USDC_CONTRACT = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
12 |
> 13 | test.beforeAll(async ({ localNodeAlive, context }) => {
| ^
14 | // FIXME: These should be test.skip but there's a bug in playwright causing
15 | // the beforeAll hook to run before `test.skip`
16 | test.fixme(
at /home/runner/work/extension/extension/e2e-tests/fork-based/transactions.spec.ts:13:8
|
Run Playwright tests designed for fork:
e2e-tests/fork-based/transactions.spec.ts#L13
2) [chromium] › fork-based/transactions.spec.ts:223:7 › Transactions @fork › User can open ERC-20 transfer from asset list and can reject the transfer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 240000ms exceeded.
11 | const USDC_CONTRACT = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
12 |
> 13 | test.beforeAll(async ({ localNodeAlive, context }) => {
| ^
14 | // FIXME: These should be test.skip but there's a bug in playwright causing
15 | // the beforeAll hook to run before `test.skip`
16 | test.fixme(
at /home/runner/work/extension/extension/e2e-tests/fork-based/transactions.spec.ts:13:8
|
Run Playwright tests designed for fork
Process completed with exit code 1.
|
|
Loading