Browse Source

Merged r22429 from trunk to 5.0-stable (#38852).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22432 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.7
Marius Balteanu 7 months ago
parent
commit
85867cd275
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/system/inline_autocomplete_test.rb

+ 1
- 0
test/system/inline_autocomplete_test.rb View File

@@ -51,6 +51,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

Loading…
Cancel
Save