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

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

Former-commit-id: 938b5bb4
parent 858cfcc0
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