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:
commit
41fa4ff5ce
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue