Skip to content

Commit 531879d

Browse files
committed
fix source indent of test/application_system_test_case.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20143 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 834bc11 commit 531879d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/application_system_test_case.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
2323
DOWNLOADS_PATH = File.expand_path(File.join(Rails.root, 'tmp', 'downloads'))
2424

25-
driven_by :selenium, using: :chrome, screen_size: [1024, 900], options: {
25+
driven_by(
26+
:selenium, using: :chrome, screen_size: [1024, 900],
27+
options: {
2628
desired_capabilities: Selenium::WebDriver::Remote::Capabilities.chrome(
2729
'chromeOptions' => {
2830
'prefs' => {
@@ -33,6 +35,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
3335
}
3436
)
3537
}
38+
)
3639

3740
setup do
3841
clear_downloaded_files

0 commit comments

Comments
 (0)