diff --git a/playwright.config.js b/playwright.config.js index b7dbfbb92c..48941ea873 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -11,7 +11,7 @@ const {defineConfig, devices} = require('@playwright/test'); * @see https://playwright.dev/docs/test-configuration */ module.exports = defineConfig({ - testDir: './tests', + testDir: './test', /* Run tests in files in parallel */ fullyParallel: true,