summaryrefslogtreecommitdiffstats
path: root/test/application_system_test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Drop Ruby 2.7 support (#38585).Go MAEDA2024-01-271-2/+0
* Update webdrivers gem (#37558).Marius Balteanu2023-10-291-19/+17
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix that Log time and/or Add notes sections from issue form page do not show ...Marius Balteanu2022-03-221-0/+6
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* System test fails in Windows due to "/" path separator (#35024).Go MAEDA2021-04-041-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Add 'webdrivers' gem to manage Chromedriver installation (#34579).Go MAEDA2021-02-081-0/+1
* Adds GOOGLE_CHROME_OPTS_ARGS environment variable to define Google Chrome opt...Go MAEDA2021-01-101-0/+5
* 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