summaryrefslogtreecommitdiffstats
path: root/test/system/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r19154 from trunk to 4.1-stableToshi MARUYAMA2019-11-221-1/+2
* Avoid class name overlap that causes TypeError on `rake test:system test` (#3...Go MAEDA2019-11-091-1/+1
* use full text in fill_in at Issue system "update issue with form update" testToshi MARUYAMA2019-10-141-1/+1
* add new "update issue status" test to Issue system testToshi MARUYAMA2019-10-141-0/+14
* use "test do" syntax for Issue system test "update issue with form update"Toshi MARUYAMA2019-10-141-1/+1
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-141-0/+1
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-081-1/+1
* reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"Toshi MARUYAMA2019-10-081-1/+1
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-2/+0
* add test "removing issue shows confirm dialog"Toshi MARUYAMA2019-09-301-0/+8
* detect Chrome downloaded file more strictlyToshi MARUYAMA2019-09-251-1/+3
* workaround Chrome default_directory ignored on LinuxToshi MARUYAMA2019-09-251-1/+1
* Update capybara (~> 3.25.0) (#31657).Go MAEDA2019-07-241-0/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-3/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Let user select a tracker from the modal (#442).Jean-Philippe Lang2019-03-301-0/+15
* 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
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-5/+5
* Add a missing fixture for IssuesTest#test_create_issue_with_new_target_versio...Go MAEDA2018-07-161-1/+1
* Adds some system tests.Jean-Philippe Lang2017-07-291-0/+21
* Adds a system test for creating an issue with attachment.Jean-Philippe Lang2017-07-291-0/+17
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-231-0/+303