Skip to content

Commit 4ad7e77

Browse files
committed
test: run the form suites on the android instance too
The popover form-submission tests exist because of Android bugs, yet only ran on the desktop engines. The android instance is chromium, so even the CDP composition tests run there. All 14 pass under the emulation.
1 parent 84e4ee8 commit 4ad7e77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/vite.config.browser.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ export default defineConfig(
204204
// the desktop floating toolbar, clipped at phone width).
205205
include: [
206206
"./src/end-to-end/mobile/**/*.test.tsx",
207+
// The popover form-submission suites are this instance's
208+
// reason to exist — the bugs they guard were Android bugs.
209+
"./src/end-to-end/form/**/*.test.tsx",
207210
"./src/end-to-end/keyboardhandlers/**/*.test.tsx",
208211
"./src/end-to-end/emojipicker/**/*.test.tsx",
209212
"./src/end-to-end/copypaste/**/*.test.tsx",

0 commit comments

Comments
 (0)