summaryrefslogtreecommitdiff
path: root/spec/support/mobile_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/mobile_helpers.rb')
-rw-r--r--spec/support/mobile_helpers.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/mobile_helpers.rb b/spec/support/mobile_helpers.rb
index 20d5849bcab..431f20a2a5c 100644
--- a/spec/support/mobile_helpers.rb
+++ b/spec/support/mobile_helpers.rb
@@ -1,4 +1,8 @@
module MobileHelpers
+ def resize_screen_xs
+ resize_window(767, 768)
+ end
+
def resize_screen_sm
resize_window(900, 768)
end