summaryrefslogtreecommitdiffstats
path: root/test/system/inline_autocomplete_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add missing assertions to InlineAutocompleteTest (#42200).Go MAEDA2025-02-111-6/+6
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random failures in InlineAutocompleteTest due to interference from ↵Go MAEDA2025-02-111-14/+21
| | | | | | | | | requests in the previous test (#42200). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use `fixtures :all` to ensure consistent test data and improve test ↵Go MAEDA2024-12-111-7/+0
| | | | | | | | | reliability (#41961). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-261-1/+1
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 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
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` ↵Go MAEDA2023-01-011-1/+1
| | | | | | | | | (#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-011-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22013 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
* 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
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
| | | | 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
* 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
* 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
* 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