Commit 938b5bb4 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Find dropdown-menu before asserting active item in sidebar_spec.rb

parent d2df134f
...@@ -163,8 +163,8 @@ describe 'Issue Boards', feature: true, js: true do ...@@ -163,8 +163,8 @@ describe 'Issue Boards', feature: true, js: true do
page.within('.assignee') do page.within('.assignee') do
click_link 'Edit' click_link 'Edit'
expect(page).to have_selector('.is-active') expect(find('.dropdown-menu')).to have_selector('.is-active')
end end
end 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