1
0
mirror of synced 2026-05-22 18:53:15 +00:00

test: make install test not skip browser downloads (#931)

This commit is contained in:
Yury Semikhatsky
2022-05-13 15:31:37 -07:00
committed by GitHub
parent 34d23a833e
commit e04ef2132c
@@ -50,6 +50,7 @@ public class TestInstall {
env.put("PLAYWRIGHT_DOWNLOAD_HOST", "https://127.0.0.127");
// Make sure the browsers are not installed yet by pointing at an empty dir.
env.put("PLAYWRIGHT_BROWSERS_PATH", tmpDir.toString());
env.put("PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD", "false");
assertThrows(RuntimeException.class, () -> Driver.ensureDriverInstalled(env, true));
assertThrows(RuntimeException.class, () -> Driver.ensureDriverInstalled(env, true));