diff --git a/config/locales/verification.en.yml b/config/locales/verification.en.yml index d131fb7df..1588d3713 100644 --- a/config/locales/verification.en.yml +++ b/config/locales/verification.en.yml @@ -67,7 +67,6 @@ en: offices: "See Office of Citizen" offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD" send_letter: "Send me a letter with the code" - introduce_code: "Enter the security code" send_code: "Send" create: flash: @@ -76,7 +75,7 @@ en: failure: "We could not verify your address with the Census please try again later" edit: title: "Security code confirmation" - confirmation_code: "Code confirmation in your letter" + confirmation_code: "Enter the security code in your letter" update: error: "Incorrect confirmation code" flash: diff --git a/config/locales/verification.es.yml b/config/locales/verification.es.yml index 55fe020b5..7d30a4dc0 100644 --- a/config/locales/verification.es.yml +++ b/config/locales/verification.es.yml @@ -67,7 +67,6 @@ es: offices: "Ver Oficinas de Atención al Ciudadano" offices_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Atencion-al-ciudadano/Oficinas-de-Atencion-al-Ciudadano?vgnextfmt=default&vgnextchannel=5b99cde2e09a4310VgnVCM1000000b205a0aRCRD" send_letter: "Enviarme una carta con el código" - introduce_code: "Introduce el código de seguridad" send_code: "Enviar" create: flash: diff --git a/spec/features/verification/letter_spec.rb b/spec/features/verification/letter_spec.rb index 9fc97267f..a065edfc0 100644 --- a/spec/features/verification/letter_spec.rb +++ b/spec/features/verification/letter_spec.rb @@ -35,7 +35,6 @@ feature 'Verify Letter' do visit new_letter_path click_button "Send me a letter with the code" - expect(page).to have_content "Thank you for requesting a maximum security code in a few days we will send it to the address on your census data." fill_in "letter_verification_code", with: "1" diff --git a/spec/features/verification/level_three_verification_spec.rb b/spec/features/verification/level_three_verification_spec.rb index 4fa392087..93f60c175 100644 --- a/spec/features/verification/level_three_verification_spec.rb +++ b/spec/features/verification/level_three_verification_spec.rb @@ -26,8 +26,6 @@ feature 'Level three verification' do fill_in 'sms_confirmation_code', with: user.sms_confirmation_code click_button 'Send' - expect(page).to have_content 'Correct code' - expect(page).to have_content "Correct code. Your account is verified" expect(page).to_not have_link "Verify my account"