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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/mobile_helpers.rb b/spec/support/helpers/mobile_helpers.rb
index 9dc1f1de436..4230d315d9b 100644
--- a/spec/support/helpers/mobile_helpers.rb
+++ b/spec/support/helpers/mobile_helpers.rb
@@ -8,7 +8,7 @@ module MobileHelpers
end
def restore_window_size
- resize_window(1366, 768)
+ resize_window(*CAPYBARA_WINDOW_SIZE)
end
def resize_window(width, height)