Commit c1a96d39 authored by Robert Speicher's avatar Robert Speicher

Remove unused select_search_at_index helper

parent 0e9b26d1
......@@ -26,10 +26,6 @@ describe 'Filter issues', js: true do
end
end
def select_search_at_index(pos)
evaluate_script("el = document.querySelector('.filtered-search'); el.focus(); el.setSelectionRange(#{pos}, #{pos});")
end
before do
project.add_master(user)
......
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