Skip to content

Commit a69a864

Browse files
committed
fix(playright): add new test directory
1 parent 594c1e0 commit a69a864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { devices } = require('@playwright/test');
1313
* @type {import('@playwright/test').PlaywrightTestConfig}
1414
*/
1515
const config = {
16-
testDir: './e2e-tests',
16+
testDir: './e2e',
1717
/* Maximum time one test can run for. */
1818
timeout: 30 * 1000,
1919
expect: {

0 commit comments

Comments
 (0)