diff --git a/spec/system/report_interface_spec.rb b/spec/system/report_interface_spec.rb index 6a90aa5bc6..1c61774594 100644 --- a/spec/system/report_interface_spec.rb +++ b/spec/system/report_interface_spec.rb @@ -18,6 +18,7 @@ RSpec.describe 'report interface', :attachment_processing, :js, :streaming do before do as_a_logged_in_admin visit admin_report_path(report) + page.driver.browser.manage.window.resize_to(1600, 1050) end it 'displays the report interface, including the javascript bits' do