Skip to content

Commit febc17b

Browse files
committed
playwright: Set default locale to en-US
1 parent d366c39 commit febc17b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playwright.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export default defineConfig({
3333

3434
/* Set a custom test id that is also compatible with `ember-test-selectors` */
3535
testIdAttribute: 'data-test-id',
36+
37+
locale: 'en-US',
3638
},
3739

3840
/* Configure projects for major browsers */

0 commit comments

Comments
 (0)