cleans up

This commit is contained in:
rgarcia
2015-09-02 22:06:50 +02:00
parent 4cb7a698fe
commit b8e35ac95f
4 changed files with 1 additions and 6 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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"

View File

@@ -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"