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

This commit is contained in:
Kara Diaby 2020-07-13 11:36:42 +02:00 committed by GitHub
parent cc7e6853e7
commit cf5eb3f251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 9 additions and 214 deletions

View file

@ -24,7 +24,6 @@ feature 'As an administrateur I wanna clone a procedure', js: true do
click_on Procedure.last.libelle
expect(page).to have_current_path(admin_procedure_path(Procedure.last))
find('#publish-procedure-link').click
find('#publish-procedure').click
within '#publish-modal' do