Commit 8eadfeb2 authored by Eric Eastwood's avatar Eric Eastwood

Fix transient error with filtered search lazy author/assignee tokens

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2661
parent 6656d92a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment