summaryrefslogtreecommitdiffstats
path: root/test/system
Commit message (Expand)AuthorAgeFilesLines
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-10-111-0/+2
* IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due t...Go MAEDA2020-09-121-1/+1
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-07-151-0/+2
* add "Copy and follow" flow to bulk_copy system testToshi MARUYAMA2020-07-121-0/+30
* wait for ajax response in IssuesSystemTest#test_bulk_edit as same with Issues...Toshi MARUYAMA2020-07-111-4/+6
* wait for ajax response to prevent random failure in IssuesSystemTest#test_bul...Toshi MARUYAMA2020-07-111-2/+3
* add bulk copy issues system testToshi MARUYAMA2020-07-111-0/+27
* add "Move and follow" flow to bulk_edit system testToshi MARUYAMA2020-07-091-0/+36
* add bulk_edit system testToshi MARUYAMA2020-07-081-0/+30
* simplify IssuesSystemTest#test_bulk_watch_issues_via_context_menuToshi MARUYAMA2020-07-051-2/+7
* simplify IssuesSystemTest#test_watch_issue_via_context_menuToshi MARUYAMA2020-07-041-1/+4
* add assert to IssuesSystemTest#test_bulk_watch_issues_via_context_menuToshi MARUYAMA2020-07-031-0/+1
* add assert to IssuesSystemTest#test_watch_issue_via_context_menuToshi MARUYAMA2020-07-031-0/+1
* remove "sleep" from IssuesSystemTest#test_update_journal_notes_with_previewToshi MARUYAMA2020-06-281-1/+2
* remove unneeded "page" from "update issue status" test of IssuesSystemTestToshi MARUYAMA2020-06-161-1/+1
* add bulk update issues test to IssuesSystemTestToshi MARUYAMA2020-06-151-0/+21
* use "right_click" instead of "trigger('contextmenu')" in IssuesSystemTestToshi MARUYAMA2020-06-151-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-036-6/+6
* add missing fixture to test/system/issues_test.rbToshi MARUYAMA2019-11-221-1/+2
* Avoid class name overlap that causes TypeError on `rake test:system test` (#3...Go MAEDA2019-11-092-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rbToshi MARUYAMA2019-11-081-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-242-0/+2
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-062-4/+4
* Update copyright year.Go MAEDA2019-05-256-6/+6
* TimelogTest#test_default_query_setting fails depending on the language of the...Go MAEDA2019-04-011-5/+7
* 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-216-6/+6
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-163-6/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-156-0/+12
* 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 a few tests.Jean-Philippe Lang2017-07-311-0/+52
* Adds some system tests.Jean-Philippe Lang2017-07-292-0/+67
* Adds a system test for creating an issue with attachment.Jean-Philippe Lang2017-07-291-0/+17
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-231-2/+2
* Converts UI tests to system tests (#23630).Jean-Philippe Lang2017-07-236-121/+14
* Renames test/ui to test/system.Jean-Philippe Lang2017-07-236-0/+703