summaryrefslogtreecommitdiffstats
path: root/test/system
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-12-17 08:08:12 +0000
committerGo MAEDA <maeda@farend.jp>2020-12-17 08:08:12 +0000
commitf4e7ed338ead54533ef4157f254a8730aac78728 (patch)
tree700b9f22e1ca6f389569f7c79d8704225297c9c5 /test/system
parent484c1d54955b4f024ee85c8b367dfd64f011f063 (diff)
downloadredmine-f4e7ed338ead54533ef4157f254a8730aac78728.tar.gz
redmine-f4e7ed338ead54533ef4157f254a8730aac78728.zip
Fix the order of assert params (#34123).
git-svn-id: http://svn.redmine.org/redmine/trunk@20652 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/system')
-rw-r--r--test/system/inline_autocomplete_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/inline_autocomplete_test.rb b/test/system/inline_autocomplete_test.rb
index faa2c56b4..7d557f4c6 100644
--- a/test/system/inline_autocomplete_test.rb
+++ b/test/system/inline_autocomplete_test.rb
@@ -39,7 +39,7 @@ class InlineAutocompleteSystemTest < ApplicationSystemTestCase
first('li').click
end
- assert_equal find('#issue_description').value, '#12 '
+ assert_equal '#12 ', find('#issue_description').value
end
def test_inline_autocomplete_filters_autocomplete_items