Commit 2286816
fix: exclude
The mobile-hover tests were spreading `devices['iPhone 12']` which includes
`defaultBrowserType: 'webkit'`. This caused CI to fail because webkit
isn't installed. Now we destructure out `defaultBrowserType` so tests
run on chromium with iPhone viewport/touch settings.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>defaultBrowserType from iPhone device settings in E2E tests1 parent 2f2ec3a commit 2286816
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments