From 60b27966526e55e3fa0e2b972e01ef7ee70ef3a7 Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Fri, 27 Oct 2023 01:54:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20style(metamask):=20Fix=20comment?= =?UTF-8?q?=20typo=20in=20`playwright.config.ts`=20(#964)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallets/metamask/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.