Skip to content

Commit

Permalink
update login_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Proebstel committed Feb 7, 2025
1 parent 8fd7fe2 commit 2ae0900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/state_file/login_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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

Expand Down

0 comments on commit 2ae0900

Please sign in to comment.