We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af9c9d commit 1e69dc7Copy full SHA for 1e69dc7
examples/ruby/spec/browsers/safari_spec.rb
@@ -41,11 +41,3 @@
41
end
42
43
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