Fix typos in success messages

This commit is contained in:
taitus
2022-09-19 14:45:15 +02:00
committed by Javi Martín
parent 4c8be42ea1
commit d499a6944e
8 changed files with 24 additions and 24 deletions

View File

@@ -356,7 +356,7 @@ describe "System Emails" do
expect(email).to deliver_to(voter)
expect(email).to have_body_text(proposal_notification.body)
expect(page).to have_content("Pending notifications sent succesfully")
expect(page).to have_content("Pending notifications sent successfully")
end
end
end