diff options
-rw-r--r-- | spec/support/mobile_helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/mobile_helpers.rb b/spec/support/mobile_helpers.rb index 48cde2c208b..adf9cee3083 100644 --- a/spec/support/mobile_helpers.rb +++ b/spec/support/mobile_helpers.rb @@ -1,6 +1,6 @@ module MobileHelpers def resize_screen_xs - resize_window(400, 776) + resize_window(400, 740) end def resize_screen_sm |