Forget an 'save_and_open_page' from launchy gem, that openned page during feature tests

This commit is contained in:
JC 2017-01-02 10:53:13 +01:00
parent c4f231d04e
commit d9b59eb70c

View file

@ -17,7 +17,6 @@ feature 'As a User I can send invitations from dossiers', js: true do
page.find('#invitations').click
fill_in 'invitation-email', with: 'toto@email.com'
page.find('#send-invitation .btn-success').trigger('click')
save_and_open_page
end
end