Recently, my employer updated the codebase and the webpack config file "worker-loader": "3.0.2"
. This has caused an issue where my tests (Cypress v. 6.0) will run headlessly in Electron 87 just fine, however, in the open mode things are failing. The test is not waiting for actionability. It attempts to login/assertions before the page even loads.