Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adipasquale committed Jan 31, 2025
1 parent 4f39a7d commit 7266f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/agents/rdv_wizard/step2_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
login_as(agent, scope: :agent)
visit new_admin_organisation_rdv_wizard_step_path(params)
expect(page).not_to have_content("Rencontre au sommet")
expect(page).to have_content("Vous n’avez pas les droits suffisants pour accéder à cette page ou effectuer cette action")
expect(page).to have_content("Vous n’avez pas les droits suffisants pour créer ce RDV")
end
end
end

0 comments on commit 7266f89

Please sign in to comment.