Skip to content

Commit 5af9c9d

Browse files
committed
obviously it is a symbol not a string
1 parent f9c610c commit 5af9c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ruby/spec/browsers/safari_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
describe 'Technology Preview' do
3636
it 'toggles version',
37-
except: {ci: 'github', reason: 'GitHub Actions does not support Technology Preview'} do
37+
except: {ci: :github, reason: 'GitHub Actions does not support Technology Preview'} do
3838
Selenium::WebDriver::Safari.technology_preview!
3939
@driver = Selenium::WebDriver.for :safari
4040
expect(@driver.capabilities.browser_name).to eq 'Safari Technology Preview'

0 commit comments

Comments
 (0)