mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Wait for autocomplete to return all 3 issues in order to avoid @StaleElementReferenceError@ (#38852).
git-svn-id: https://svn.redmine.org/redmine/trunk@22429 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
daa5010cbb
commit
01e9671291
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user