File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22void call (config = [:], Closure closure ) {
33
4- def defaultConfig = [seleniumVersion : ' 3.141.59-p2 ' ,
5- zaleniumVersion : ' 3.141.59d ' ,
4+ def defaultConfig = [seleniumVersion : ' 3.141.59-p8 ' ,
5+ zaleniumVersion : ' 3.141.59f ' ,
66 zaleniumVideoDir : " zalenium" ,
77 debugZalenium : false ]
88
@@ -29,7 +29,7 @@ void call(config = [:], Closure closure) {
2929
3030 waitForSeleniumToGetReady(zaleniumIp)
3131 // Delete videos from previous builds, if any
32- // This also works around the bug that zalenium stores files as root
32+ // This also works around the bug that zalenium stores files as root (before version 3.141.59f)
3333 // https://github.com/zalando/zalenium/issues/760
3434 // This workaround still leaves a couple of files owned by root in the zaleniumVideoDir
3535 resetZalenium(zaleniumIp)
You can’t perform that action at this time.
0 commit comments