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 f9c610c commit 5af9c9dCopy full SHA for 5af9c9d
examples/ruby/spec/browsers/safari_spec.rb
@@ -34,7 +34,7 @@
34
35
describe 'Technology Preview' do
36
it 'toggles version',
37
- except: {ci: 'github', reason: 'GitHub Actions does not support Technology Preview'} do
+ except: {ci: :github, reason: 'GitHub Actions does not support Technology Preview'} do
38
Selenium::WebDriver::Safari.technology_preview!
39
@driver = Selenium::WebDriver.for :safari
40
expect(@driver.capabilities.browser_name).to eq 'Safari Technology Preview'
0 commit comments