summaryrefslogtreecommitdiffstats
path: root/test/application_system_test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix selenium chrome options so files are downloaded to tmp/downloads in syste...Go MAEDA2020-12-021-6/+3
* Fix RuboCop Style/MultilineIfModifier due to r20428 (#34269).Go MAEDA2020-11-231-3/+5
* Fix RuboCop Performance/RedundantMerge due to r20428 (#34269).Go MAEDA2020-11-231-3/+3
* Adds CAPYBARA_SERVER_HOST, CAPYBARA_SERVER_PORT, SELENIUM_REMOTE_URL and CAPY...Go MAEDA2020-11-191-11/+23
* add empty line after guard clause to ApplicationSystemTestCaseToshi MARUYAMA2020-10-111-0/+1
* fix source indent of test/application_system_test_case.rbToshi MARUYAMA2020-10-111-1/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* detect Chrome downloaded file more strictlyToshi MARUYAMA2019-09-251-3/+9
* code cleanup: rubocop: fix Style/WhileUntilModifier in test/application_syste...Toshi MARUYAMA2019-09-251-3/+1
* detect strictly Chrome downloaded fileToshi MARUYAMA2019-09-251-1/+1
* do not delete Chrome downloaded files on LinuxToshi MARUYAMA2019-09-251-1/+2
* workaround Chrome default_directory ignored on LinuxToshi MARUYAMA2019-09-251-4/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Don't try to open tmp files.Jean-Philippe Lang2017-07-231-1/+1
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-231-0/+78