Skip to content

Commit

Permalink
test: Update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed May 28, 2024
1 parent 18f38a3 commit 769423b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/participatory_process_steps_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -63,4 +63,4 @@
end
end
end
end
end

0 comments on commit 769423b

Please sign in to comment.