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

View file

@ -14,6 +14,9 @@ module FilteredSearchHelpers
filtered_search.set(search) filtered_search.set(search)
if submit 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) filtered_search.send_keys(:enter)
end end
end end