Skip to content
Snippets Groups Projects
Commit 938b5bb4 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

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

parent d2df134f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -163,8 +163,8 @@ describe 'Issue Boards', feature: true, js: true do
 
page.within('.assignee') do
click_link 'Edit'
expect(page).to have_selector('.is-active')
expect(find('.dropdown-menu')).to have_selector('.is-active')
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment