From 9c5c2b2a05223ea8594e3e2c5da2135740158e16 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Thu, 26 Sep 2024 17:35:53 +0100 Subject: [PATCH] fix placeholder in test --- .../early_years_payment/practitioner/happy_path_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/early_years_payment/practitioner/happy_path_spec.rb b/spec/features/early_years_payment/practitioner/happy_path_spec.rb index 816fa64bbc..559466d2b3 100644 --- a/spec/features/early_years_payment/practitioner/happy_path_spec.rb +++ b/spec/features/early_years_payment/practitioner/happy_path_spec.rb @@ -18,7 +18,7 @@ fill_in "Claim reference number", with: claim.reference click_button "Submit" - expect(page).to have_content "Sign in with GOV.UK One Login" + expect(page).to have_content "one login page goes here" click_on "Continue" expect(page.title).to have_text("How we’ll use the information you provide")