SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

Parasol testing hangs when using headless Chrome #20

Closed jbrichau closed 5 years ago

jbrichau commented 6 years ago

The cause is this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=880631&q=headless%20about&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified

Parasol accesses the about: page in the teardown of every test. Hence, we timeout on every test.