Revert "Revert "Feat/5287 - New design for admin procedure detail""
This reverts commit cf5eb3f251
.
This commit is contained in:
parent
0c924be222
commit
9dc542af09
13 changed files with 214 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue