summaryrefslogtreecommitdiff
path: root/test/application_system_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/application_system_test_case.rb')
-rw-r--r--test/application_system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index d19212a..d7e6bba 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -1,5 +1,5 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
- driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
+ driven_by :selenium, using: :chrome, screen_size: [ 1400, 1400 ]
end