File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
examples/ruby/spec/browsers Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3232 end
3333 end
3434
35- it 'sets the technology preview' ,
36- except : { ci : true , reason : 'GitHub Actions does not support Technology Preview' } do
37- Selenium ::WebDriver ::Safari . technology_preview!
38- local_driver = Selenium ::WebDriver . for :safari
39- expect ( local_driver . capabilities . browser_name ) . to eq 'Safari Technology Preview'
35+ describe 'Technology Preview' do
36+ it 'toggles version' ,
37+ 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'
41+ end
4042 end
4143end
4244
You can’t perform that action at this time.
0 commit comments