From 769423b146830380b3f7c9285167201a8ec8fa3b Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Tue, 28 May 2024 15:07:03 +0200 Subject: [PATCH] test: Update specs --- spec/system/participatory_process_steps_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/system/participatory_process_steps_spec.rb b/spec/system/participatory_process_steps_spec.rb index 31fff91..696c128 100644 --- a/spec/system/participatory_process_steps_spec.rb +++ b/spec/system/participatory_process_steps_spec.rb @@ -37,7 +37,7 @@ expect(page).to have_css(".timeline__item", count: 3) steps.each do |step| - expect(page).to have_content(/#{translated(step.title)}/i) + expect(page).to have_content(translated(step.title)) end end @@ -63,4 +63,4 @@ end end end -end +end \ No newline at end of file