Skip to content

Commit b9b4be3

Browse files
committed
Fix undefined instance variable warning
1 parent 4464ac4 commit b9b4be3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def initialize
2828
@create_driver_error_count = 0
2929

3030
@driver = (ENV['WD_SPEC_DRIVER'] || :chrome).to_sym
31+
@driver_instance = nil
3132
end
3233

3334
def print_env

0 commit comments

Comments
 (0)