Commit 717a3e31 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Dont send enter key

parent f0c68f8e
......@@ -13,7 +13,6 @@ module QA
def filter_by_name(name)
page.within('form#project-filter-form') do
fill_in :name, with: name
page.find_field('name').native.send_key(:enter)
end
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