fix linter and specs

This commit is contained in:
Lisa Durand 2024-05-28 10:58:03 +02:00
parent 2659d0f966
commit 291271f04b
6 changed files with 8 additions and 13 deletions

View file

@ -17,7 +17,7 @@ describe 'Manage procedure instructeurs', js: true do
scenario 'it works' do
visit admin_procedure_path(procedure)
find('#groupe-instructeurs').click
expect(page).to have_css("h1", text: "Gestion des instructeurs")
expect(page).to have_css("h1", text: "Instructeurs")
end
end