Commit 9691167
committed
fix(cypress): disable unsupported-browser redirect in test container
The Cypress browser (Chrome 118 / Electron 27) is below the minimum
browser version required by @nextcloud/browserslist-config's
"baseline widely available" query. Chrome 118 (released Oct 2023)
crossed the 30-month support threshold in April 2026 and dropped out,
causing every page visit to silently redirect to "Your browser is not
supported" instead of loading the app. This prevented #user-menu,
[data-cy-files-list], OCA.Files.Sidebar, and all Vue-rendered elements
from ever appearing, making the entire Cypress test suite fail.
Set no_unsupported_browser_warning=true during container setup 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 1d22e4b commit 9691167
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
0 commit comments