1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-03 06:09:41 +00:00

Fix the order of assert params (#34123).

git-svn-id: http://svn.redmine.org/redmine/trunk@20652 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-12-17 08:08:12 +00:00
parent 484c1d5495
commit f4e7ed338e

View File

@ -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