Skip to content

Commit c04163a

Browse files
Fix: web-forms browser tests should run headless
1 parent 3c8b930 commit c04163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/odk-web-forms/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default defineConfig(({ mode }) => {
157157
enabled: BROWSER_ENABLED,
158158
name: BROWSER_NAME!,
159159
provider: 'playwright',
160-
headless: false,
160+
headless: true,
161161
},
162162

163163
deps: {

0 commit comments

Comments
 (0)