summaryrefslogtreecommitdiffstats
path: root/test/system
Commit message (Collapse)AuthorAgeFilesLines
* Adds system test for #40301.Marius Balteanu2024-12-081-0/+49
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23362 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes class name to match file name in keyboard_shortcuts_test.rb (#41902).Marius Balteanu2024-11-291-1/+1
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya) git-svn-id: https://svn.redmine.org/redmine/trunk@23330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-261-1/+1
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing system test for keyboard shortcuts to reflect CommonMark ↵Go MAEDA2024-10-241-1/+1
| | | | | | | | | toolbar's output (#40149, #40939). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-201-1/+1
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-092-0/+381
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure in IssuesSystemTest due to incorrect attachment count ↵Go MAEDA2024-09-111-1/+1
| | | | | | | | | expectation (#41238). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ↵Go MAEDA2024-08-121-2/+2
| | | | | | rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-2611-11/+11
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 ↵Go MAEDA2023-12-271-1/+0
| | | | | | (#39747, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add system test for #39747.Marius Balteanu2023-12-261-0/+50
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22562 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wait for autocomplete to return all 3 issues in order to avoid ↵Marius Balteanu2023-11-121-0/+1
| | | | | | @StaleElementReferenceError@ (#38852). git-svn-id: https://svn.redmine.org/redmine/trunk@22429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add system test for #39521.Marius Balteanu2023-11-121-0/+19
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep existing @##@ syntax when triggering an issue from the inline ↵Marius Balteanu2023-11-111-0/+16
| | | | | | autocomplete (#38852). git-svn-id: https://svn.redmine.org/redmine/trunk@22419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes failing system test caused by unavailable Underline button in ↵Marius Balteanu2023-10-291-1/+2
| | | | | | CommonMark (#34863). git-svn-id: https://svn.redmine.org/redmine/trunk@22399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use assert_selector which automatically waits until the HTML condition is ↵Marius Balteanu2023-10-242-6/+7
| | | | | | | | met (#39109). Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22372 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` ↵Go MAEDA2023-01-019-9/+9
| | | | | | | | | (#38093). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0110-10/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random system test failure by adding a missing fixture.Marius Balteanu2022-09-271-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a test for #37369.Marius Balteanu2022-09-261-0/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Rubocop warnings.Marius Balteanu2022-05-171-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for #37053.Marius Balteanu2022-05-161-0/+20
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that mentions not working after issue status is changed (#36909).Marius Balteanu2022-05-111-0/+22
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture in InlineAutocompleteSystemTest.Marius Balteanu2022-05-021-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21555 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use click_button to click on buttons in test_bulk_edit.Marius Balteanu2022-05-021-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21554 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for #34029.Marius Balteanu2022-03-271-0/+22
| | | | | | | Patch by Vincent Robert. git-svn-id: https://svn.redmine.org/redmine/trunk@21503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Log time and/or Add notes sections from issue form page do not show ↵Marius Balteanu2022-03-221-0/+37
| | | | | | or hide dynamically based on user permission (#34641). git-svn-id: https://svn.redmine.org/redmine/trunk@21495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove system test (#6432).Marius Balteanu2022-03-201-38/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0211-11/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360).Go MAEDA2021-12-271-3/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesSystemTest#test_bulk_edit fails due to r21248 (#35770, #36352).Go MAEDA2021-12-251-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21324 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-041-0/+38
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add watching users to a ticket should switch "watch" link to "unwatch" if ↵Go MAEDA2021-07-251-0/+15
| | | | | | | | | own user was added (#15634). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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