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

@@ -81,7 +81,7 @@ describe "Admin settings", :admin do
click_on "Update"
end
expect(page).to have_content "Map configuration updated succesfully"
expect(page).to have_content "Map configuration updated successfully"
end
scenario "Should display marker by default" do
@@ -104,7 +104,7 @@ describe "Admin settings", :admin do
end
expect(find("#latitude", visible: :hidden).value).not_to eq "51.48"
expect(page).to have_content "Map configuration updated succesfully"
expect(page).to have_content "Map configuration updated successfully"
end
end