Updates i18n texts on specs
This commit is contained in:
@@ -336,7 +336,7 @@ feature 'Emails' do
|
|||||||
visit new_management_user_invite_path
|
visit new_management_user_invite_path
|
||||||
|
|
||||||
fill_in "emails", with: " john@example.com, ana@example.com,isable@example.com "
|
fill_in "emails", with: " john@example.com, ana@example.com,isable@example.com "
|
||||||
click_button "Send invites"
|
click_button "Send invitations"
|
||||||
|
|
||||||
expect(page).to have_content "3 invitations have been sent."
|
expect(page).to have_content "3 invitations have been sent."
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ feature 'User invites' do
|
|||||||
visit new_management_user_invite_path
|
visit new_management_user_invite_path
|
||||||
|
|
||||||
fill_in "emails", with: "john@example.com, ana@example.com, isable@example.com"
|
fill_in "emails", with: "john@example.com, ana@example.com, isable@example.com"
|
||||||
click_button "Send invites"
|
click_button "Send invitations"
|
||||||
|
|
||||||
expect(page).to have_content "3 invitations have been sent."
|
expect(page).to have_content "3 invitations have been sent."
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user