Adapt large browser window as default

We were really close to that anyway. It simplifies the code a bit.
This commit is contained in:
Maikel Linke
2023-06-08 12:04:10 +10:00
parent 7cf68cd33b
commit 4ecbbae55e
4 changed files with 3 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ Capybara.register_driver(:cuprite) do |app|
Capybara::Cuprite::Driver.new(
app,
**{
window_size: [1200, 800],
window_size: [1280, 800],
browser_options: browser_options,
process_timeout: 60,
timeout: 60,