From: Go MAEDA Date: Thu, 17 Dec 2020 08:08:12 +0000 (+0000) Subject: Fix the order of assert params (#34123). X-Git-Tag: 4.2.0~167 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f4e7ed338ead54533ef4157f254a8730aac78728;p=redmine.git Fix the order of assert params (#34123). git-svn-id: http://svn.redmine.org/redmine/trunk@20652 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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