Adds missing i18n

This commit is contained in:
decabeza
2018-11-30 15:26:16 +01:00
parent 4193bb193c
commit 62a29e2cf9
6 changed files with 29 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ feature 'Documents' do
visit admin_site_customization_documents_path
within("#document_#{document.id}") do
accept_confirm { click_link "Destroy" }
accept_confirm { click_link "Delete" }
end
expect(page).to have_content "Document deleted succesfully"