Find dropdown-menu before asserting active item in sidebar_spec.rb
This commit is contained in:
parent
d2df134f9e
commit
938b5bb402
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ 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…
Reference in a new issue