Revert "Revert "Feat/5287 - New design for admin procedure detail""

This reverts commit cf5eb3f251.
This commit is contained in:
kara Diaby 2020-07-15 10:48:11 +02:00
parent 0c924be222
commit 9dc542af09
13 changed files with 214 additions and 9 deletions

View file

@ -14,7 +14,7 @@ feature 'The routing', js: true do
login_as administrateur.user, scope: :user
visit admin_procedure_path(procedure.id)
click_on "Groupe d'instructeurs"
find('#groupe-instructeurs').click
# rename routing criteria to spécialité
fill_in 'Libellé du routage', with: 'spécialité'
@ -173,6 +173,7 @@ 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'