Commit 02fd4a80 authored by Robert Speicher's avatar Robert Speicher

Speed up the issues/filtered_search/dropdown_author feature spec

parent b7166806
......@@ -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