diff --git a/wallets/metamask/playwright.config.ts b/wallets/metamask/playwright.config.ts index 86de5708c..c12d17cba 100644 --- a/wallets/metamask/playwright.config.ts +++ b/wallets/metamask/playwright.config.ts @@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/test' * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - // Look for test files in the "tests/e2e" directory, relative to this configuration file. + // Look for test files in the "test/e2e" directory, relative to this configuration file. testDir: './test/e2e', // Run all tests in parallel.