Skip to content

Commit

Permalink
chore: selenium updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Jan 22, 2024
1 parent 418a33c commit 764bf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libraryDependencies += "org.scalacheck" %% "scalacheck"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test
libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1" % Test
libraryDependencies += "org.seleniumhq.selenium" % "selenium-http-jdk-client" % "4.13.0" % Test
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.7.1" % Test
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.16.1" % Test
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "2.0.11" % Test
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.3" % Test
libraryDependencies += "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trait WebDriveredSpec extends BeforeAndAfterAll {
sys.env.get("DOCKER") match {
case Some(_) =>
new ChromeDriver(
new ChromeDriverService.Builder().withWhitelistedIps("127.0.0.1").build,
new ChromeDriverService.Builder().withAllowedListIps("127.0.0.1").build,
new ChromeOptions().addArguments("no-sandbox", "headless", "disable-gpu", "window-size=1920,1600")
)
case None =>
Expand Down

0 comments on commit 764bf93

Please sign in to comment.