summaryrefslogtreecommitdiffstats
path: root/test/system
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days14-74/+0
* Adds system test for #40301.Marius Balteanu14 days1-0/+49
* Fixes class name to match file name in keyboard_shortcuts_test.rb (#41902).Marius Balteanu2024-11-291-1/+1
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-261-1/+1
* Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar'...Go MAEDA2024-10-241-1/+1
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-201-1/+1
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-092-0/+381
* Fix test failure in IssuesSystemTest due to incorrect attachment count expect...Go MAEDA2024-09-111-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2611-11/+11
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 (#3...Go MAEDA2023-12-271-1/+0
* Add system test for #39747.Marius Balteanu2023-12-261-0/+50
* Wait for autocomplete to return all 3 issues in order to avoid @StaleElementR...Marius Balteanu2023-11-121-0/+1
* Add system test for #39521.Marius Balteanu2023-11-121-0/+19
* Keep existing @##@ syntax when triggering an issue from the inline autocomple...Marius Balteanu2023-11-111-0/+16
* Fixes failing system test caused by unavailable Underline button in CommonMar...Marius Balteanu2023-10-291-1/+2
* Use assert_selector which automatically waits until the HTML condition is met...Marius Balteanu2023-10-242-6/+7
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-019-9/+9
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0110-10/+10
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-1/+1
* Fix random system test failure by adding a missing fixture.Marius Balteanu2022-09-271-1/+2
* Add a test for #37369.Marius Balteanu2022-09-261-0/+15
* Fix Rubocop warnings.Marius Balteanu2022-05-171-1/+0
* Add test for #37053.Marius Balteanu2022-05-161-0/+20
* Fix that mentions not working after issue status is changed (#36909).Marius Balteanu2022-05-111-0/+22
* Add missing fixture in InlineAutocompleteSystemTest.Marius Balteanu2022-05-021-1/+2
* Use click_button to click on buttons in test_bulk_edit.Marius Balteanu2022-05-021-2/+2
* Add test for #34029.Marius Balteanu2022-03-271-0/+22
* Fix that Log time and/or Add notes sections from issue form page do not show ...Marius Balteanu2022-03-221-0/+37
* Remove system test (#6432).Marius Balteanu2022-03-201-38/+0
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0211-11/+11
* IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360).Go MAEDA2021-12-271-3/+3
* IssuesSystemTest#test_bulk_edit fails due to r21248 (#35770, #36352).Go MAEDA2021-12-251-2/+2
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-041-0/+38
* Add watching users to a ticket should switch "watch" link to "unwatch" if own...Go MAEDA2021-07-251-0/+15
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2510-10/+10
* Fix that inline issue auto complete does not sanitize HTML tags (#33846).Go MAEDA2021-03-191-0/+13
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+63
* Fix a failed system test due to r20765 (#34714).Go MAEDA2021-03-171-0/+1
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-1/+23
* Add keyboard shortcuts for bold, italic and underline buttons (#34549).Go MAEDA2021-01-261-0/+62
* Adding system tests for keyboard shortcuts (#30459).Go MAEDA2021-01-071-0/+71
* Allow issue relation autocomplete to select multiple values (#33418).Go MAEDA2020-12-251-0/+31
* Fix the order of assert params (#34123).Go MAEDA2020-12-171-1/+1
* 500 error when attempting to create custom field enumeration with empty name ...Go MAEDA2020-12-061-0/+36
* Add system tests for inline autocomplete (#34123).Go MAEDA2020-12-061-0/+132
* Fix selenium chrome options so files are downloaded to tmp/downloads in syste...Go MAEDA2020-12-021-3/+1
* Fix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible l...Go MAEDA2020-12-021-2/+2
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-10-111-0/+2