Commit Graph

28 Commits

Author SHA1 Message Date
Go MAEDA
a4f3b8882d Avoid class name overlap that causes TypeError on rake test:system test (#32432).
Patch by Akira Matsuda.


git-svn-id: http://svn.redmine.org/redmine/trunk@18995 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-09 07:32:41 +00:00
Toshi MARUYAMA
660d4fd546 cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18953 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-11-08 12:03:33 +00:00
Toshi MARUYAMA
87e2e3df5b use full text in fill_in at Issue system "update issue with form update" test
git-svn-id: http://svn.redmine.org/redmine/trunk@18661 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 17:47:05 +00:00
Toshi MARUYAMA
0b3bbd0e62 add new "update issue status" test to Issue system test
git-svn-id: http://svn.redmine.org/redmine/trunk@18656 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:51:35 +00:00
Toshi MARUYAMA
148e4e0660 use "test do" syntax for Issue system test "update issue with form update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18655 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 14:51:25 +00:00
Toshi MARUYAMA
9caac1609e add additional assert to Issue system "test_update_issue_with_form_update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18647 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-14 11:13:02 +00:00
Toshi MARUYAMA
9716194b29 add additional assert to Issue system "test_update_issue_with_form_update"
git-svn-id: http://svn.redmine.org/redmine/trunk@18624 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 12:18:01 +00:00
Toshi MARUYAMA
331d327325 reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"
git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-08 12:17:51 +00:00
Go MAEDA
5ce4a363a9 Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18593 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-10-04 11:17:33 +00:00
Toshi MARUYAMA
001177f681 add test "removing issue shows confirm dialog"
git-svn-id: http://svn.redmine.org/redmine/trunk@18552 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-30 02:23:14 +00:00
Toshi MARUYAMA
942eb6e06b detect Chrome downloaded file more strictly
git-svn-id: http://svn.redmine.org/redmine/trunk@18536 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-25 17:30:07 +00:00
Toshi MARUYAMA
ddb24a2473 workaround Chrome default_directory ignored on Linux
https://github.com/SeleniumHQ/selenium/issues/5292

git-svn-id: http://svn.redmine.org/redmine/trunk@18530 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-09-25 12:31:40 +00:00
Go MAEDA
c831786e3a Update capybara (~> 3.25.0) (#31657).
Patch by Takenori TAKAKI and Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@18330 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-07-24 10:14:19 +00:00
Go MAEDA
adebf4da1d Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-06-06 14:53:23 +00:00
Go MAEDA
4082069c75 Update copyright year.
git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-05-25 07:36:06 +00:00
Go MAEDA
08e3b975dc TimelogTest#test_default_query_setting fails depending on the language of the browser (#31074).
Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18032 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-04-01 05:40:07 +00:00
Jean-Philippe Lang
b46741f7fc Let user select a tracker from the modal (#442).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18016 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-30 06:23:52 +00:00
Go MAEDA
b900ae6107 Support frozen_string_literal in test/**/*.rb (#26561).
Contributed by Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@17996 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-21 03:27:53 +00:00
Go MAEDA
e70c283a22 Remove unnecessary encoding magic comment (#31034).
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
2019-03-16 06:26:33 +00:00
Go MAEDA
5861160ffc Add "frozen_string_literal: false" for all files (#26561).
This will be changed to true in the future.


git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 01:32:57 +00:00
Jean-Philippe Lang
b9fa262165 Adds preview option to the wiki toolbar (#27758).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-09-26 07:27:30 +00:00
Go MAEDA
8b0d9cce92 Add a missing fixture for 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
2018-07-16 08:01:44 +00:00
Jean-Philippe Lang
09e55e3e3a Adds a few tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@16940 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-31 16:44:06 +00:00
Jean-Philippe Lang
1587d71635 Adds some system tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@16908 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-29 08:30:13 +00:00
Jean-Philippe Lang
4cc65b29cf Adds a system test for creating an issue with attachment.
git-svn-id: http://svn.redmine.org/redmine/trunk@16907 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-29 08:19:25 +00:00
Jean-Philippe Lang
8a1e09d17b Use CSS selector to find move left/right buttons.
git-svn-id: http://svn.redmine.org/redmine/trunk@16865 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-23 12:41:31 +00:00
Jean-Philippe Lang
530eef9603 Converts UI tests to system tests (#23630).
git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-23 12:35:32 +00:00
Jean-Philippe Lang
9ec757d9b2 Renames test/ui to test/system.
git-svn-id: http://svn.redmine.org/redmine/trunk@16862 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-23 12:27:12 +00:00