Skip to content

Commit

Permalink
[rb] bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 21, 2020
1 parent de30355 commit 21930d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

module Selenium
module WebDriver
describe Element, {exclusive: {driver: :remote},
except: {driver: :remote, reason: 8525}} do
describe Element, exclusive: {driver: :remote} do
before do
driver.file_detector = ->(filename) { File.join(__dir__, filename) }
end
Expand Down

0 comments on commit 21930d9

Please sign in to comment.