Skip to content

Commit 1e69dc7

Browse files
committed
ugh, multiple change lists in RubyMine
1 parent 5af9c9d commit 1e69dc7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/ruby/spec/browsers/safari_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@
4141
end
4242
end
4343
end
44-
45-
RSpec.describe 'Safari Technology Preview' do
46-
it 'sets the technology preview' do
47-
Selenium::WebDriver::Safari.technology_preview!
48-
local_driver = Selenium::WebDriver.for :safari
49-
expect(local_driver.capabilities.browser_name).to eq 'Safari Technology Preview'
50-
end
51-
end

0 commit comments

Comments
 (0)