Commit ea3568e3 authored by Mike Greiling's avatar Mike Greiling

replace calls to .trigger("click") with .click

parent 4f51ab83
...@@ -25,7 +25,7 @@ feature 'Update Epic', :js do ...@@ -25,7 +25,7 @@ feature 'Update Epic', :js do
end end
it 'updates the issue' do it 'updates the issue' do
find('.btn-edit').trigger('click') find('.btn-edit').click
fill_in 'issuable-title', with: 'New epic title' fill_in 'issuable-title', with: 'New epic title'
fill_in 'issue-description', with: 'New epic description' fill_in 'issue-description', with: 'New epic description'
......
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