Skip to content

Commit 367775d

Browse files
committed
Remove keepalive for Safari
1 parent 1eb424a commit 367775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ThisBuild / Test / jsEnv := {
142142
new SeleniumJSEnv(options, SeleniumJSEnv.Config().withDriverFactory(factory))
143143
case Safari =>
144144
val options = new SafariOptions()
145-
new SeleniumJSEnv(options, SeleniumJSEnv.Config().withKeepAlive(true))
145+
new SeleniumJSEnv(options, SeleniumJSEnv.Config())
146146
}
147147
}
148148

0 commit comments

Comments
 (0)