From 69956912b3fda2c0f3951c6f402e151d95985af6 Mon Sep 17 00:00:00 2001 From: BrodyHughes <41711440+BrodyHughes@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:41:30 -0600 Subject: [PATCH] bad merge oops --- e2e/serial/swap/2_swapFlow2.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2e/serial/swap/2_swapFlow2.test.ts b/e2e/serial/swap/2_swapFlow2.test.ts index af46964e3c..5b0d164630 100644 --- a/e2e/serial/swap/2_swapFlow2.test.ts +++ b/e2e/serial/swap/2_swapFlow2.test.ts @@ -2,6 +2,7 @@ import 'chromedriver'; import 'geckodriver'; import { Contract } from '@ethersproject/contracts'; import { StaticJsonRpcProvider } from '@ethersproject/providers'; +import { ChainId } from '@rainbow-me/swaps'; import { Key, WebDriver } from 'selenium-webdriver'; import { erc20Abi } from 'viem'; import { @@ -18,11 +19,14 @@ import { clearInput, delay, delayTime, + doNotFindElementByTestId, fillPrivateKey, + findElementByTestId, findElementByTestIdAndClick, findElementByText, getExtensionIdByName, getRootUrl, + getTextFromText, goToPopup, goToWelcome, initDriverWithOptions,