Skip to content

Commit ce38cb2

Browse files
committed
Starting addressing review comments
1 parent 5012e1f commit ce38cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def rbe?
120120
end
121121

122122
def version
123-
ENV['WD_BROWSER_VERSION'] |
123+
ENV['WD_BROWSER_VERSION'] || :stable
124124
end
125125

126126
def reset_remote_server

0 commit comments

Comments
 (0)