nextcloud/cypress
Anna Larch faa005f02b 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>
2026-05-28 14:01:25 +02:00
..
e2e chore(cypress): Add handling for added password confirmation dialog 2026-04-23 11:25:46 +02:00
fixtures refactor(core): Replace security annotations with respective attributes 2024-07-26 07:30:45 +02:00
pages chore(files): Change "filename" to "file name" 2025-02-04 13:17:42 +00:00
support fix(files): Do not download files with openfile query flag 2025-02-06 10:14:50 +01:00
dockerNode.ts fix(cypress): disable unsupported-browser redirect in test container 2026-05-28 14:01:25 +02:00
tsconfig.json test: Add proper styles for Cypress component tests 2024-10-29 14:28:58 +01:00