summaryrefslogtreecommitdiffstats
path: root/test/system
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2510-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that inline issue auto complete does not sanitize HTML tags (#33846).Go MAEDA2021-03-191-0/+13
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+63
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a failed system test due to r20765 (#34714).Go MAEDA2021-03-171-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-1/+23
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add keyboard shortcuts for bold, italic and underline buttons (#34549).Go MAEDA2021-01-261-0/+62
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding system tests for keyboard shortcuts (#30459).Go MAEDA2021-01-071-0/+71
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow issue relation autocomplete to select multiple values (#33418).Go MAEDA2020-12-251-0/+31
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the order of assert params (#34123).Go MAEDA2020-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 500 error when attempting to create custom field enumeration with empty name ↵Go MAEDA2020-12-061-0/+36
| | | | | | | | | (#33930). Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add system tests for inline autocomplete (#34123).Go MAEDA2020-12-061-0/+132
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix selenium chrome options so files are downloaded to tmp/downloads in ↵Go MAEDA2020-12-021-3/+1
| | | | | | | | | system tests (#34119). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20549 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible ↵Go MAEDA2020-12-021-2/+2
| | | | | | | | | link or button "eCookbook" (#32944, #34357). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-10-111-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due ↵Go MAEDA2020-09-121-1/+1
| | | | | | | | | to Capybara clicks out of an element (#33315). Patch by Massimo Rossello. git-svn-id: http://svn.redmine.org/redmine/trunk@20017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-07-151-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "Copy and follow" flow to bulk_copy system testToshi MARUYAMA2020-07-121-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19898 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wait for ajax response in IssuesSystemTest#test_bulk_edit as same with ↵Toshi MARUYAMA2020-07-111-4/+6
| | | | | | IssuesSystemTest#test_bulk_copy git-svn-id: http://svn.redmine.org/redmine/trunk@19891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wait for ajax response to prevent random failure in ↵Toshi MARUYAMA2020-07-111-2/+3
| | | | | | IssuesSystemTest#test_bulk_copy git-svn-id: http://svn.redmine.org/redmine/trunk@19890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add bulk copy issues system testToshi MARUYAMA2020-07-111-0/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "Move and follow" flow to bulk_edit system testToshi MARUYAMA2020-07-091-0/+36
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add bulk_edit system testToshi MARUYAMA2020-07-081-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* simplify IssuesSystemTest#test_bulk_watch_issues_via_context_menuToshi MARUYAMA2020-07-051-2/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* simplify IssuesSystemTest#test_watch_issue_via_context_menuToshi MARUYAMA2020-07-041-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert to IssuesSystemTest#test_bulk_watch_issues_via_context_menuToshi MARUYAMA2020-07-031-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert to IssuesSystemTest#test_watch_issue_via_context_menuToshi MARUYAMA2020-07-031-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19847 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove "sleep" from IssuesSystemTest#test_update_journal_notes_with_previewToshi MARUYAMA2020-06-281-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded "page" from "update issue status" test of IssuesSystemTestToshi MARUYAMA2020-06-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add bulk update issues test to IssuesSystemTestToshi MARUYAMA2020-06-151-0/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "right_click" instead of "trigger('contextmenu')" in IssuesSystemTestToshi MARUYAMA2020-06-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-036-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixture to test/system/issues_test.rbToshi MARUYAMA2019-11-221-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19154 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