Commit ba0232c
committed
fix(cypress): disable unsupported-browser redirect in test container
The Cypress browser (Chrome 118 / Electron 27) is below stable31's
minimum browser version requirement, causing every page visit to show
"Your browser is not supported" instead of loading the app. This
silently prevented #user-menu, [data-cy-files-list], OCA.Files.Sidebar,
and all other Vue-rendered elements from ever appearing, making the
entire test suite fail.
Set no_unsupported_browser_warning=true during configureNextcloud() so
the browser check is suppressed in the test container.
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>1 parent fde5e21 commit ba0232c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
0 commit comments