Comment 8 for bug 1834052

Revision history for this message
Olivier Tilloy (osomon) wrote :

And I can reproduce the test failure in a qemu VM.

Interesting observations: running the chromium snap once ("snap run chromium --headless" or "chromium --version" or "chromium-browser --version") after installation and before running the tests make them pass. Deleting ~/snap/chromium after that makes the tests fail again.
Alternatively, specifying chrome_options.binary_location="/snap/chromium/current/command-chromium.wrapper" also makes the tests pass, without a prior run of the chromium snap.