Fixes failing tests

This commit is contained in:
kikito
2015-10-08 19:59:33 +02:00
parent 1fa364655f
commit 5b21fc464f
4 changed files with 19 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ feature 'Incomplete verifications' do
within "#user_#{incompletely_verified_user.id}" do
expect(page).to have_content "Spanish ID"
expect(page).to have_content "11111111A"
expect(page).to have_content incompletely_verified_user.document_number
expect(page).to have_content Date.new(1900, 1, 1)
expect(page).to have_content "28000"
end