summaryrefslogtreecommitdiffstats
path: root/test/system
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2023-11-12 22:20:15 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2023-11-12 22:20:15 +0000
commit8827052201a191e2c7d81a7796d0e803785f4b93 (patch)
treeb91ab4f590a63ce07e4ccc0269c1a2c2a3525bed /test/system
parent90432cbbe17753182cb2e81e01dd0b3de66e6152 (diff)
downloadredmine-8827052201a191e2c7d81a7796d0e803785f4b93.tar.gz
redmine-8827052201a191e2c7d81a7796d0e803785f4b93.zip
Merged r22429 from trunk to 5.1-stable (#38852).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22430 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/system')
-rw-r--r--test/system/inline_autocomplete_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/inline_autocomplete_test.rb b/test/system/inline_autocomplete_test.rb
index 25d86fd6b..ea7723163 100644
--- a/test/system/inline_autocomplete_test.rb
+++ b/test/system/inline_autocomplete_test.rb
@@ -52,6 +52,7 @@ class InlineAutocompleteSystemTest < ApplicationSystemTestCase
within('.tribute-container') do
assert page.has_text? 'Bug #12: Closed issue on a locked version'
assert page.has_text? 'Bug #11: Closed issue on a closed version'
+ assert page.has_text? 'Bug #8: Closed issue'
first('li').click
end