Add depubliee state to procedures
This commit is contained in:
parent
4a614f6f4f
commit
2f060fc30a
16 changed files with 207 additions and 119 deletions
|
@ -29,7 +29,7 @@ feature 'As an administrateur I wanna clone a procedure', js: true do
|
|||
|
||||
within '#publish-modal' do
|
||||
expect(find_field('procedure_path').value).to eq 'libelle-de-la-procedure'
|
||||
expect(page).to have_text('ancienne sera archivée')
|
||||
expect(page).to have_text('ancienne sera dépubliée')
|
||||
fill_in 'lien_site_web', with: 'http://some.website'
|
||||
click_on 'publish'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue