diff --git a/spec/system/consumer/shopping/checkout_auth_spec.rb b/spec/system/consumer/shopping/checkout_auth_spec.rb index 8461f8523a..c35b73fd4a 100644 --- a/spec/system/consumer/shopping/checkout_auth_spec.rb +++ b/spec/system/consumer/shopping/checkout_auth_spec.rb @@ -53,6 +53,8 @@ describe "As a consumer I want to check out my cart", js: true do fill_in "Email", with: user.email fill_in "Password", with: user.password within(".login-modal") { click_button 'Login' } + + expect(page).to have_content "Your details" toggle_details expect(page).to have_field 'First Name', with: 'Foo'