Skip to content

Commit

Permalink
test: fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 7, 2024
1 parent e6955b2 commit d6b9416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_test/selenium/selenium_capabilities_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ defmodule Wallaby.Integration.SeleniumCapabilitiesTest do
}

metadata =
if System.get_env("WALLABY_DRIVER") == "chrome" &&
Version.compare(System.version(), "1.16.0") in [:eq, :gt] do
if Version.compare(System.version(), "1.16.0") in [:eq, :gt] do
"g2gCdwJ2MXQAAAABbQAAAARzb21lbQAAAAhtZXRhZGF0YQ=="
else
"g2gCZAACdjF0AAAAAW0AAAAEc29tZW0AAAAIbWV0YWRhdGE="
Expand Down

0 comments on commit d6b9416

Please sign in to comment.