Commit c2727604 authored by Clement Ho's avatar Clement Ho

Merge branch 'fix-filtered-search-weight-spec-with-author-assignee-tokens' into 'master'

Fix transient error with filtered search lazy author/assignee tokens

Closes #2661

See merge request !2142
parents 43a570dc 8eadfeb2
......@@ -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