Commit e4067c57 authored by Phil Hughes's avatar Phil Hughes

Fixed ref switcher tests

parent 8cbf27af
...@@ -20,6 +20,8 @@ feature 'Ref switcher', feature: true, js: true do ...@@ -20,6 +20,8 @@ feature 'Ref switcher', feature: true, js: true do
input.set 'binary' input.set 'binary'
wait_for_ajax wait_for_ajax
expect(find('.dropdown-content ul')).to have_selector('li', count: 6)
page.within '.dropdown-content ul' do page.within '.dropdown-content ul' do
input.native.send_keys :enter input.native.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