Fix test
This commit is contained in:
parent
e3fa1728a9
commit
c6cd097705
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ end
|
|||
Capybara.register_driver :headless_chrome do |app|
|
||||
options = Selenium::WebDriver::Chrome::Options.new
|
||||
options.add_argument '--headless=new'
|
||||
options.add_argument '--window-size=1680,1050'
|
||||
options.add_argument '--window-size=1920,1050'
|
||||
|
||||
Capybara::Selenium::Driver.new(
|
||||
app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue