Transpec features/consumer/registration_spec

This commit is contained in:
luisramos0
2019-09-19 20:18:24 +01:00
parent 311ee92e84
commit c4e6c0af2b

View File

@@ -58,7 +58,7 @@ feature "Registration", js: true do
# Filling in Contact Details
fill_in 'enterprise_contact', with: 'Saskia Munroe'
page.should have_field 'enterprise_email_address', with: user.email
expect(page).to have_field 'enterprise_email_address', with: user.email
fill_in 'enterprise_phone', with: '12 3456 7890'
click_button "Continue"
expect(page).to have_content 'Last step to add My Awesome Enterprise!'