From 7266f89532a84950311847106f6557131ff3e852 Mon Sep 17 00:00:00 2001 From: Adrien Di Pasquale Date: Fri, 31 Jan 2025 12:02:29 +0100 Subject: [PATCH] fix specs --- spec/features/agents/rdv_wizard/step2_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/agents/rdv_wizard/step2_spec.rb b/spec/features/agents/rdv_wizard/step2_spec.rb index b6fea2b6a8..63389e1039 100644 --- a/spec/features/agents/rdv_wizard/step2_spec.rb +++ b/spec/features/agents/rdv_wizard/step2_spec.rb @@ -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