diff --git a/wallets/metamask/src/fixtures/metaMaskFixtures.ts b/wallets/metamask/src/fixtures/metaMaskFixtures.ts index e42607730..9d5373f07 100644 --- a/wallets/metamask/src/fixtures/metaMaskFixtures.ts +++ b/wallets/metamask/src/fixtures/metaMaskFixtures.ts @@ -15,8 +15,8 @@ import { loadEnv } from '../config' import { importAndConnectForFixtures } from '../fixture-actions/importAndConnectForFixtures' import { cachelessSetupMetaMask } from '../fixture-actions/noCacheMetaMaskSetup' import { persistLocalStorage } from '../fixture-actions/persistLocalStorage' -import { waitForMetaMaskWindowToBeStable } from '../utils/waitFor' import { SEED_PHRASE } from '../utils/constants' +import { waitForMetaMaskWindowToBeStable } from '../utils/waitFor' loadEnv()