File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd seleniumhq.github.io/examples/ruby
2020bundler install
2121```
2222
23- 4 . Run all all tests
23+ 4 . Run all tests
2424
2525```
2626bundle exec rspec
Original file line number Diff line number Diff line change 2929
3030 it 'add extensions' do
3131 extension_file_path = File . expand_path ( '../spec_support/extensions/webextensions-selenium-example.crx' , __dir__ )
32- options = Selenium ::WebDriver ::Options . chrome
32+ options = Selenium ::WebDriver ::Options . edge
3333
3434 options . add_extension ( extension_file_path )
3535
36- @driver = Selenium ::WebDriver . for :chrome , options : options
36+ @driver = Selenium ::WebDriver . for :edge , options : options
3737 @driver . get ( 'https://www.selenium.dev/selenium/web/blank.html' )
3838 injected = @driver . find_element ( :id , 'webextensions-selenium-example' )
3939 expect ( injected . text ) . to eq 'Content injected by webextensions-selenium-example'
You can’t perform that action at this time.
0 commit comments