Commit 41fa4ff5 authored by Sean McGivern's avatar Sean McGivern

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
parents 9b03ed0a 938b5bb4
......@@ -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
......
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