mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Adapt large browser window as default
We were really close to that anyway. It simplifies the code a bit.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user