diff --git a/spec/features/state_file/login_spec.rb b/spec/features/state_file/login_spec.rb index 35ecba7cd5..f36e8bec8f 100644 --- a/spec/features/state_file/login_spec.rb +++ b/spec/features/state_file/login_spec.rb @@ -62,7 +62,7 @@ fill_in "Enter the 6-digit code", with: verification_code click_on "Verify code" - expect(page).to have_text "Code verified! Authentication needed to continue." + expect(page).to have_text "We found your account! Please confirm your identity to finish signing in." fill_in "Enter your Social Security number or ITIN. For example, 123-45-6789.", with: ssn click_on "Continue" @@ -87,7 +87,7 @@ fill_in "Enter the 6-digit code", with: verification_code click_on "Verify code" - expect(page).to have_text "Code verified! Authentication needed to continue." + expect(page).to have_text "We found your account! Please confirm your identity to finish signing in." fill_in "Enter your Social Security number or ITIN. For example, 123-45-6789.", with: ssn click_on "Continue"