Skip to content

Commit

Permalink
add one login to EY practitioner journey
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Sep 30, 2024
1 parent 2b1743b commit 23a0fc4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Practitioner
class SlugSequence
SLUGS = %w[
find-reference
one-login-sign-in
sign-in
how-we-use-your-information
personal-details
enter-home-address
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
fill_in "Claim reference number", with: claim.reference
click_button "Submit"

expect(page).to have_content "login page goes here"
expect(page).to have_content "Sign in with GOV.UK One Login"
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
expect(page).to have_content "Sign in with GOV.UK One Login"
click_on "Continue"

expect(page).to have_content "You have successfully signed in to GOV.UK One Login"
click_on "Continue"

expect(page).to have_content "You have successfully proved your identity with GOV.UK One Login"
click_on "Continue"

expect(page.title).to have_text("How we’ll use the information you provide")
expect(page).to have_content("How we’ll use the information you provide")
click_on "Continue"
Expand Down

0 comments on commit 23a0fc4

Please sign in to comment.