fix tests

This commit is contained in:
clemkeirua 2019-07-23 12:09:48 +02:00
parent 6f47655301
commit 314b0f5dc0
6 changed files with 28 additions and 20 deletions

View file

@ -123,6 +123,7 @@ feature 'As an administrateur I wanna create a new procedure', js: true do
within '#publish-modal' do
expect(page).to have_field('procedure_path')
fill_in 'lien_site_web', with: 'http://some.website'
click_on 'publish'
end