summaryrefslogtreecommitdiff
path: root/spec/support/helpers/mobile_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/mobile_helpers.rb')
-rw-r--r--spec/support/helpers/mobile_helpers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/helpers/mobile_helpers.rb b/spec/support/helpers/mobile_helpers.rb
index 3b9eb84e824..9dc1f1de436 100644
--- a/spec/support/helpers/mobile_helpers.rb
+++ b/spec/support/helpers/mobile_helpers.rb
@@ -1,10 +1,10 @@
module MobileHelpers
def resize_screen_xs
- resize_window(767, 768)
+ resize_window(575, 768)
end
def resize_screen_sm
- resize_window(900, 768)
+ resize_window(767, 768)
end
def restore_window_size