summaryrefslogtreecommitdiffstats
path: root/test/system
Commit message (Collapse)AuthorAgeFilesLines
* Merged r20827 from trunk to 4.1-stable (#33846).Go MAEDA2021-03-191-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r20580 and r20652 from trunk to 4.1-stable (#34123).Go MAEDA2021-03-191-0/+132
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r19154 from trunk to 4.1-stableToshi MARUYAMA2019-11-221-1/+2
| | | | | | add missing fixture to test/system/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Avoid class name overlap that causes TypeError on `rake test:system test` ↵Go MAEDA2019-11-092-2/+2
| | | | | | | | | (#32432). Patch by Akira Matsuda. git-svn-id: http://svn.redmine.org/redmine/trunk@18995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rbToshi MARUYAMA2019-11-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use full text in fill_in at Issue system "update issue with form update" testToshi MARUYAMA2019-10-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add new "update issue status" test to Issue system testToshi MARUYAMA2019-10-141-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "test do" syntax for Issue system test "update issue with form update"Toshi MARUYAMA2019-10-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-141-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"Toshi MARUYAMA2019-10-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-2/+0
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add test "removing issue shows confirm dialog"Toshi MARUYAMA2019-09-301-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* detect Chrome downloaded file more strictlyToshi MARUYAMA2019-09-251-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18536 e93f8b46-1217-0410-a6f0-8f06a7374b81
* workaround Chrome default_directory ignored on LinuxToshi MARUYAMA2019-09-251-1/+1
| | | | | | https://github.com/SeleniumHQ/selenium/issues/5292 git-svn-id: http://svn.redmine.org/redmine/trunk@18530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update capybara (~> 3.25.0) (#31657).Go MAEDA2019-07-242-0/+2
| | | | | | | Patch by Takenori TAKAKI and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-062-4/+4
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-256-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* TimelogTest#test_default_query_setting fails depending on the language of ↵Go MAEDA2019-04-011-5/+7
| | | | | | | | | the browser (#31074). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18032 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user select a tracker from the modal (#442).Jean-Philippe Lang2019-03-301-0/+15
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-216-6/+6
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-163-6/+0
| | | | | | | | | The default script encoding is UTF-8 in Ruby 2.0 or later. Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-156-0/+12
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-5/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a missing fixture for ↵Go MAEDA2018-07-161-1/+1
| | | | | | | | | IssuesTest#test_create_issue_with_new_target_version (#29215). Patch by Ed Tan. git-svn-id: http://svn.redmine.org/redmine/trunk@17449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a few tests.Jean-Philippe Lang2017-07-311-0/+52
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some system tests.Jean-Philippe Lang2017-07-292-0/+67
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16908 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a system test for creating an issue with attachment.Jean-Philippe Lang2017-07-291-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-231-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16865 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-236-121/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames test/ui to test/system.Jean-Philippe Lang2017-07-236-0/+703
git-svn-id: http://svn.redmine.org/redmine/trunk@16862 e93f8b46-1217-0410-a6f0-8f06a7374b81