diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/SupportTasks/OneLoginUserMatching/Resolve/NoMatches.cshtml b/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/SupportTasks/OneLoginUserMatching/Resolve/NoMatches.cshtml index f383aca9bb..4c6b000762 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/SupportTasks/OneLoginUserMatching/Resolve/NoMatches.cshtml +++ b/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/SupportTasks/OneLoginUserMatching/Resolve/NoMatches.cshtml @@ -32,7 +32,7 @@ }
diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserIdVerificationTests.cs b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserIdVerificationTests.cs index 936b3720aa..7c152fcd3f 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserIdVerificationTests.cs +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserIdVerificationTests.cs @@ -65,7 +65,7 @@ public async Task VerifyAndNoMatch() await page.ClickContinueButtonAsync(); await page.WaitForUrlPathAsync($"/support-tasks/one-login-user-matching/{supportTask.SupportTaskReference}/resolve/no-matches"); - await page.ClickButtonAsync("Send email"); + await page.ClickButtonAsync("Confirm"); await page.WaitForUrlPathAsync("/support-tasks/one-login-user-matching/id-verification"); } diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserRecordMatchingTests.cs b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserRecordMatchingTests.cs index bde453c8dd..fd4a183dc9 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserRecordMatchingTests.cs +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/JourneyTests/SupportTasks/OneLoginUserRecordMatchingTests.cs @@ -54,7 +54,7 @@ public async Task NoMatch() await page.ClickAsync($"a{TextIsSelector($"{firstName} {lastName}")}"); await page.WaitForUrlPathAsync($"/support-tasks/one-login-user-matching/{supportTask.SupportTaskReference}/resolve/no-matches"); - await page.ClickButtonAsync("Send email"); + await page.ClickButtonAsync("Confirm"); await page.WaitForUrlPathAsync("/support-tasks/one-login-user-matching/record-matching"); }