Merge branch 'backport-filtered-search-lazy-token-transient' into 'master'

Backport filtered search lazy token consistent state fix

See merge request !12335
This commit is contained in:
Clement Ho 2017-06-21 17:07:35 +00:00
commit 3c0ee60191
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ module FilteredSearchHelpers
filtered_search.set(search)
if submit
# Wait for the lazy author/assignee tokens that
# swap out the username with an avatar and name
wait_for_requests
filtered_search.send_keys(:enter)
end
end