Fix broken test to use trigger in order to not take tooltip overlaping in consideration
This commit is contained in:
parent
2895937c48
commit
18455939ca
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ feature 'Mini Pipeline Graph', :js, :feature do
|
|||
end
|
||||
|
||||
it 'should close when toggle is clicked again' do
|
||||
toggle.click
|
||||
toggle.trigger('click')
|
||||
|
||||
expect(toggle.find(:xpath, '..')).not_to have_selector('.mini-pipeline-graph-dropdown-menu')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue