Fix tests

This commit is contained in:
Mathieu Magnin 2019-01-16 17:23:33 +01:00
parent 306632f169
commit 0e6b5678ad
5 changed files with 4 additions and 10 deletions

View file

@ -150,7 +150,7 @@ feature 'As an administrateur I wanna create a new procedure', js: true do
find('#publish-procedure').click
within '#publish-modal' do
expect(page).to have_field('procedure_path', with: 'lien-de-la-procedure')
expect(page).to have_field('procedure_path')
click_on 'publish'
end