Merge branch 'fix-sidebar_spec-assignee-edit-transient-failure' into 'master'

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

See merge request !11246
This commit is contained in:
Sean McGivern 2017-05-10 15:27:13 +00:00
commit 41fa4ff5ce

View file

@ -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