Skip to content
Snippets Groups Projects
Commit 41fa4ff5 authored by Sean McGivern's avatar Sean McGivern
Browse files

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