summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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