@@ -36,7 +36,7 @@ This script also supports specifying a subset of tests to run, e.g. ```./runLike
Our autocompleting input component for authorized values in Fuge seems to trigger a SEGFAULT in Cypress' built-in Electron browser when run in headless mode. If there is more than one option in the dropdown and typed input causes some options to be eliminated (e.g. "mus" is typed in the work type field, causing the option "Litteratur" to be eliminated from the dropdown list), the test runner crashes due to a SIGSEGV signal.
This issue did not exist with Cypress 4.x, but is currently an issue with Cypress 7.1.0, which uses an Electron browser based on Chromium 89. As a result, the tests require Chromium or Google Chrome installed to run headlessly for now.
This issue did not exist with Cypress 4.x, but is currently an issue with Cypress 7.2.0, which uses an Electron browser based on Chromium 89. As a result, the tests require Chromium or Google Chrome installed to run headlessly for now.
Note: the tests run fine in the Electron browser when not in headless mode (`npx cypress open`).