Skip to content
GitHub Actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results failed Jan 23, 2025 in 1s

14 passed, 7 failed and 0 skipped

Tests failed

❌ TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx

21 tests were completed in 239s with 14 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests 1✅ 1s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests 7❌ 211s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests 13✅ 13s

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests

✅ SignInAndOut

❌ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests

❌ RequestTrnWithApplicationId(isTakingNpq: False, hasNationalInsuranceNumber: False)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithApplicationId(isTakingNpq: True, hasNationalInsuranceNumber: False)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithApplicationId(isTakingNpq: True, hasNationalInsuranceNumber: True)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: False, isWorkingInSchoolOrEducationalSetting: False)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: False, isWorkingInSchoolOrEducationalSetting: True)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: True, isWorkingInSchoolOrEducationalSetting: False)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")
❌ RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: True, isWorkingInSchoolOrEducationalSetting: True)
	System.TimeoutException : Timeout 30000ms exceeded.
	Call log:
	  - waiting for Locator(".govuk-button:text-is('Start now')")

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests

✅ SignIn_KnownUser
✅ SignIn_UnknownUser_EmailIsAttachedToTrnRequest
✅ SignIn_UnknownUser_OneLoginUserIsAttachedToTrnRequest
✅ SignIn_UnknownUserNotVerified
✅ SignIn_UnknownVerifiedUser_DoesNotMatchWithNinoOrTrn
✅ SignIn_UnknownVerifiedUser_MatchesWithNino
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedBySupportAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithGetAnIdentityAccountWithTrnAssociatedByTrnTokenAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithNeitherNinoNorTrn_DoesNotMatch
✅ SignIn_UnknownVerifiedUserWithoutNino_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithTrnTokenAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithUnmatchedNino_MatchesWithTrn

Annotations

Check failure on line 17 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithApplicationId(isTakingNpq: False, hasNationalInsuranceNumber: False)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 17
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 122

Check failure on line 17 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithApplicationId(isTakingNpq: True, hasNationalInsuranceNumber: False)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 17
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 122

Check failure on line 17 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithApplicationId(isTakingNpq: True, hasNationalInsuranceNumber: True)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 17
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithApplicationId(Boolean isTakingNpq, Boolean hasNationalInsuranceNumber) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 122

Check failure on line 137 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: False, isWorkingInSchoolOrEducationalSetting: False)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 137
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 247

Check failure on line 137 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: False, isWorkingInSchoolOrEducationalSetting: True)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 137
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 247

Check failure on line 137 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: True, isWorkingInSchoolOrEducationalSetting: False)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 137
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 247

Check failure on line 137 in TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs

See this annotation in the file changed.

@github-actions github-actions / TeachingRecordSystem.AuthorizeAccess.EndToEndTests test results

TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests ► RequestTrnWithNpqNameAndNpqProvider(hasNationalInsuranceNumber: True, isWorkingInSchoolOrEducationalSetting: True)

Failed test found in:
  TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az714-523_2025-01-23_19_05_10.trx
Error:
  System.TimeoutException : Timeout 30000ms exceeded.
  Call log:
    - waiting for Locator(".govuk-button:text-is('Start now')")
Raw output
System.TimeoutException : Timeout 30000ms exceeded.
Call log:
  - waiting for Locator(".govuk-button:text-is('Start now')")
   at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwner object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 207
   at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 537
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 137
   at TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests.RequestTrnWithNpqNameAndNpqProvider(Boolean hasNationalInsuranceNumber, Boolean isWorkingInSchoolOrEducationalSetting) in /home/runner/work/teaching-record-system/teaching-record-system/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/RequestTrnTests.cs:line 247