Publications page to the new UI (admin)
This commit is contained in:
parent
d755a23dd9
commit
13e4589905
32 changed files with 440 additions and 714 deletions
|
@ -174,11 +174,8 @@ feature 'The routing', js: true do
|
|||
def publish_procedure(procedure)
|
||||
click_on procedure.libelle
|
||||
find('#publish-procedure-link').click
|
||||
find('#publish-procedure').click
|
||||
within '#publish-modal' do
|
||||
fill_in 'lien_site_web', with: 'http://some.website'
|
||||
click_on 'Publier'
|
||||
end
|
||||
fill_in 'lien_site_web', with: 'http://some.website'
|
||||
click_on 'Publier'
|
||||
|
||||
expect(page).to have_text('Démarche publiée')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue