Skip to content

Update lock files

fca9cb8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump Testcontainers.PostgreSql from 4.11.0 to 4.12.0 #3400

Update lock files
fca9cb8
Select commit
Loading
Failed to load commit list.
GitHub Actions / AuthorizeAccess.Tests test results succeeded May 21, 2026 in 0s

90 passed, 0 failed and 0 skipped

Tests passed successfully

βœ…Β tests/TeachingRecordSystem.AuthorizeAccess.Tests/TestResults/_runnervm9vjqi_2026-05-21_15_44_04_net10.0.trx

90 tests were completed in 26s with 90 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests 6βœ… 7s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ConnectTests 2βœ… 341ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ContinueToApplicationTests 2βœ… 466ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CookiesTests 1βœ… 198ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.DateOfBirthTests 4βœ… 817ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.FoundTests 3βœ… 6s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NameTests 5βœ… 6s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NationalInsuranceNumberTests 10βœ… 2s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotFoundTests 2βœ… 263ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotVerifiedTests 2βœ… 5s
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ProofOfIdentityTests 5βœ… 902ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.SupportRequestSubmittedTests 2βœ… 692ms
TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.TrnTests 16βœ… 3s
TeachingRecordSystem.AuthorizeAccess.Tests.SignInJourneyCoordinatorTests 30βœ… 5s

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CheckAnswersTests

βœ… Get_ValidRequestForUnverifiedUser_RendersExpectedContent
βœ… Get_ValidRequestForVerifiedUser_RendersExpectedContent
βœ… Post_ValidRequestForUnverifiedUser_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted
βœ… Post_ValidRequestForVerifiedUser_CreatesSupportTicketAndRedirectsToSupportRequestedSubmitted
βœ… Post_ValidRequestForVerifiedUserWithDeferredRecordMatchingPolicy_CreatesDormantTrnRequestAndSupportTicket
βœ… Post_ValidRequestForVerifiedUserWithRequiredRecordMatchingPolicy_DoesNotCreateDormantTrnRequest

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ConnectTests

βœ… Get_ValidRequest_RendersExpectedContent
βœ… Post_ValidRequest_RedirectsToStartOfMatchingJourney

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ContinueToApplicationTests

βœ… Get_ValidRequest_RendersExpectedContent
βœ… Post_ValidRequest_RedirectsToStateRedirectUri

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.CookiesTests

βœ… Get_WithJourney_RendersPage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.DateOfBirthTests

βœ… Get_ValidRequest_ReturnsExpectedContent(haveExistingValueInState: False)
βœ… Get_ValidRequest_ReturnsExpectedContent(haveExistingValueInState: True)
βœ… Post_InvalidRequest_ShowsExpectedError
βœ… Post_ValidRequest_UpdatesStateAndRedirectsToNationalInsuranceNumberPage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.FoundTests

βœ… Get_ValidRequest_RendersExpectedContent
βœ… Get_WithCustomAppContent_RendersCustomLinkTextAndReplacesPlaceholderWithUrl
βœ… Get_WithoutAppContent_RendersDefaultLinkText

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NameTests

βœ… Get_ValidRequest_ReturnsExpectedContent(haveExistingValueInState: False)
βœ… Get_ValidRequest_ReturnsExpectedContent(haveExistingValueInState: True)
βœ… Post_InvalidRequest_ShowsExpectedError(firstName: "", lastName: "Smith", expectedErrorFieldName: "FirstName", expectedErrorMessage: "Enter your first name")
βœ… Post_InvalidRequest_ShowsExpectedError(firstName: "John", lastName: "", expectedErrorFieldName: "LastName", expectedErrorMessage: "Enter your last name")
βœ… Post_ValidRequest_UpdatesStateAndRedirectsToDateOfBirthPage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NationalInsuranceNumberTests

βœ… Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: False)
βœ… Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: True)
βœ… Post_EmptyNationalInsuranceNumber_RendersError
βœ… Post_HaveNationalInsuranceNumberNotAnswered_RendersError
βœ… Post_HaveNationalInsuranceNumberNotSpecifiedForUnverifiedUser_UpdatesStateAndRedirectsToTrnPage
βœ… Post_HaveNationalInsuranceNumberNotSpecifiedForVerifiedUser_UpdatesStateAndRedirectsToTrnPage
βœ… Post_InvalidNationalInsuranceNumber_RendersError
βœ… Post_ValidNationalInsuranceNumberAndLookupSucceededForVerifiedUser_UpdatesStateUpdatesOneLoginUserCompletesAuthenticationAndRedirectsToFoundPage
βœ… Post_ValidNationalInsuranceNumberButLookupFailedForVerifiedUser_UpdatesStateAndRedirectsToTrnPage
βœ… Post_ValidNationalInsuranceNumberForVerifiedUser_UpdatesStateAndRedirectsToTrnPage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotFoundTests

βœ… Get_ValidRequest_RendersExpectedContent
βœ… Post_ValidRequest_RedirectsToCheckAnswersPage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.NotVerifiedTests

βœ… Get_ValidRequest_ReturnsExpectedContent
βœ… Post_RedirectsToNamePage

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.ProofOfIdentityTests

βœ… Get_ValidRequest_RendersExpectedContent
βœ… Post_FileContainsAVirus_ReturnsError
βœ… Post_FileIsLargerThan10MB_ReturnsError
βœ… Post_FileIsNotValidType_ReturnsError
βœ… Post_ValidFile_UpdatesStateAndRedirectsToProofOfIdentity

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.SupportRequestSubmittedTests

βœ… Get_ValidRequest_ReturnsExpectedContent
βœ… Get_WithDeferredRecordMatchingAndAuthenticationTicket_ShowsReturnToServiceLink

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.PageTests.TrnTests

βœ… Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: False)
βœ… Get_ValidRequest_RendersExpectedContent(haveExistingValueInState: True)
βœ… Post_EmptyTrn_RendersError
βœ… Post_HaveTrnNotAnswered_RendersError
βœ… Post_InvalidTrn_RendersError
βœ… Post_NoTrnSpecifiedForUnverifiedUserWithDeferredRecordMatchingPolicy_UpdatesStateAndRedirectsToProofOfIdentity
βœ… Post_NoTrnSpecifiedForUnverifiedUserWithRequiredRecordMatchingPolicy_UpdatesStateAndRedirectsToNoTrnPage
βœ… Post_NoTrnSpecifiedForVerifiedUserWithDeferredRecordMatchingPolicy_UpdatesStateAndRedirectsToTrnDeferredPage
βœ… Post_NoTrnSpecifiedForVerifiedUserWithRequiredRecordMatchingPolicy_UpdatesStateAndRedirectsToNoTrnPage
βœ… Post_TrnWithAllZeros_RendersError
βœ… Post_ValidTrnAndLookupSucceeded_UpdatesStateUpdatesOneLoginUserCompletesAuthenticationAndRedirectsToFoundPage(recordMatchingPolicy: Deferred)
βœ… Post_ValidTrnAndLookupSucceeded_UpdatesStateUpdatesOneLoginUserCompletesAuthenticationAndRedirectsToFoundPage(recordMatchingPolicy: Required)
βœ… Post_ValidTrnButLookupFailedForVerifiedUser_UpdatesStateAndRedirectsToNotFoundPage(recordMatchingPolicy: Deferred)
βœ… Post_ValidTrnButLookupFailedForVerifiedUser_UpdatesStateAndRedirectsToNotFoundPage(recordMatchingPolicy: Required)
βœ… Post_ValidTrnForUnverifiedUser_UpdatesStateAndRedirectsToProofOfIdentity(recordMatchingPolicy: Deferred)
βœ… Post_ValidTrnForUnverifiedUser_UpdatesStateAndRedirectsToProofOfIdentity(recordMatchingPolicy: Required)

βœ…Β TeachingRecordSystem.AuthorizeAccess.Tests.SignInJourneyCoordinatorTests

βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationFailed_RedirectsToErrorPage
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceeded_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndIdentityUserTrnMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndTeacherAuthAccessTokenAssociatedBySupportMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndTeacherAuthAccessTokenAssociatedByTrnTokenMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededAndTrnTokenMatchesVerifiedLastNameAndDateOfBirth_CompletesJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButIdentityUserHasTrnVerificationLevelLow_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromIdentityUserTrnDoesNotMatchDateOfBirth_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromIdentityUserTrnDoesNotMatchLastName_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromTrnTokenDoesNotMatchDateOfBirth_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButRecordFromTrnTokenDoesNotMatchLastName_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenDoesNotExist_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenHasAlreadyBeenUsed_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationAndVerification_VerificationSucceededButTrnTokenHasExpired_RedirectsToStartOfMatchingJourney
βœ… OnOneLoginCallback_AuthenticationOnly_DeferredPolicyWithExistingDormantTrnRequest_CompletesJourneyWithTrnRequestId
βœ… OnOneLoginCallback_AuthenticationOnly_DeferredPolicyWithExistingDormantTrnRequestFromDifferentApp_ReusesExistingTrnRequest
βœ… OnOneLoginCallback_AuthenticationOnly_DeferredPolicyWithVerifiedIdentityButNoTrnOrExistingRequest_CreatesDormantTrnRequestAndCompletesJourney
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithPendingTrnRequestMatchedOnEmail_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithPendingTrnRequestMatchedOnOneLoginUserSubject_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithResolvedTrnRequestMatchedOnEmail_SetsUserVerifiedAssignsTrnAndCompletesJourney
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithResolvedTrnRequestMatchedOnOneLoginUserSubject_SetsUserVerifiedAssignsTrnAndCompletesJourney
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithTrnRequestMatchedOnEmailWithoutIdentityVerified_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_NewUserWithTrnRequestMatchedOnOneLoginUserSubjectWithoutIdentityVerified_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsAndTeachingRecordKnown_CompletesJourney
βœ… OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsButTeachingNotRecordKnown_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_UserAlreadyExistsWithSubjectOnlyAndTeachingRecordKnown_AssignsEmailAndSignInFieldsAndCompletesJourney
βœ… OnOneLoginCallback_AuthenticationOnly_UserDoesNotExist_RequestsIdentityVerification
βœ… OnOneLoginCallback_AuthenticationOnly_UserHasPendingSupportTasks_RedirectsToPendingSupportTasksPage
βœ… TryMatchToTeachingRecord_Matches_ReturnsTrueAndUpdatesOneLoginUserAssignsAuthenticationTicket
βœ… TryMatchToTeachingRecord_MatchesZeroResults_ReturnsFalseAndDoesNotSetAuthenticationTicket