Open andrewnicols opened 3 years ago
https://stackoverflow.com/questions/51959986/how-to-solve-selenium-chromedriver-timed-out-receiving-message-from-renderer-exc
We should disable the gpu for Chrome tests to improve stability. This has no relation to headless mode.
Unrelated to this: We can also run all but one test entirely headless (and the test that is failing is a bad assertion IMHO).
https://stackoverflow.com/questions/51959986/how-to-solve-selenium-chromedriver-timed-out-receiving-message-from-renderer-exc
We should disable the gpu for Chrome tests to improve stability. This has no relation to headless mode.
Unrelated to this: We can also run all but one test entirely headless (and the test that is failing is a bad assertion IMHO).