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:
commit
3c0ee60191
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue