Commit 79ef2f89 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rs-dropdown-author-spec-speed' into 'master'

Speed up the issues/filtered_search/dropdown_author feature spec

See merge request !9951
parents 9226ce9e 02fd4a80
......@@ -14,9 +14,10 @@ describe 'Dropdown author', js: true, feature: true do
def send_keys_to_filtered_search(input)
input.split("").each do |i|
filtered_search.send_keys(i)
sleep 5
wait_for_ajax
end
sleep 0.5
wait_for_ajax
end
def dropdown_author_size
......
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