From d9260b5b41ab651ffcd6d47d266f933571e6e824 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 7 Jan 2025 09:36:05 +0100 Subject: [PATCH] better comment --- packages/plugin-e2e/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-e2e/playwright.config.ts b/packages/plugin-e2e/playwright.config.ts index 1a5b9d6e2..667c74014 100644 --- a/packages/plugin-e2e/playwright.config.ts +++ b/packages/plugin-e2e/playwright.config.ts @@ -77,7 +77,7 @@ export default defineConfig({ dependencies: ['authenticate'], }, - // Run all tests in parallel using user with admin role + // Run all tests in parallel using user with admin role but with wide screen { name: 'admin-wide-screen', testDir: './tests/as-admin-user',