Skip to content

fix bug, preselect VACs and Websites #1916

fix bug, preselect VACs and Websites

fix bug, preselect VACs and Websites #1916

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / dotnet tests succeeded Sep 15, 2023 in 1s

dotnet tests ✅

Tests passed successfully

✅ testresults/_buildkitsandbox_2023-09-15_10_04_07.trx

40 tests were completed in 6s with 40 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Kiss.Bff.Test.AuthorizationCheckTests 3✅ 213ms
Kiss.Bff.Test.BerichtenControllerTests 5✅ 313ms
Kiss.Bff.Test.CategorienControllerTests 1✅ 41ms
Kiss.Bff.Test.GespreksresultatenUnitTests 8✅ 122ms
Kiss.Bff.Test.GetFeaturedCountControllerTests 1✅ 24ms
Kiss.Bff.Test.LinksControllerUnitTests 7✅ 50ms
Kiss.Bff.Test.MarkeerGelezenControllerTests 2✅ 191ms
Kiss.Bff.Test.SearchBerichtenControllerTests 1✅ 313ms
Kiss.Bff.Test.SendFeedbackTest 1✅ 1s
Kiss.Bff.Test.SkillsControllerUnitTests 8✅ 74ms
Kiss.Bff.Test.VerwerkingMiddlewareUnitTests 1✅ 147ms
Kiss.Bff.Test.ZaakGerichtWerkenUnitTests 2✅ 414ms

✅ Kiss.Bff.Test.AuthorizationCheckTests

✅ Test (/api/faq)
✅ Test (/api/internetaak/api/version/objects,post)
✅ Test (/api/postcontactmomenten,post)

✅ Kiss.Bff.Test.BerichtenControllerTests

✅ DeleteBericht_ReturnsNoContentResult_WhenBerichtIsDeleted
✅ GetBericht_ReturnsOkObjectResult_WithBerichtViewModel
✅ GetBerichten_ReturnsOkResult_WithBerichtOverviewModels
✅ PostBericht_ReturnsCreatedAtActionResult_WithCreatedBerichtViewModel
✅ PutBericht_ReturnsNoContentResult_WhenBerichtIsUpdated

✅ Kiss.Bff.Test.CategorienControllerTests

✅ GetLinks_ReturnsOkResult_WithCategories

✅ Kiss.Bff.Test.GespreksresultatenUnitTests

✅ DeleteGespreksresultaat_WithInvalidId_ReturnsNoContent
✅ DeleteGespreksresultaat_WithValidId_ReturnsNoContent
✅ GetGespreksresultaat_ReturnsGespreksresultaat
✅ GetGespreksresultaat_WithInvalidId_ReturnsNotFound
✅ GetGespreksresultaten_ReturnsOkResultWithGespreksresultaten
✅ PostGespreksresultaat_ReturnsCreatedResponseWithGespreksresultaat
✅ PutGespreksresultaat_WithInvalidId_ReturnsNotFound
✅ PutGespreksresultaat_WithValidId_ReturnsNoContent

✅ Kiss.Bff.Test.GetFeaturedCountControllerTests

✅ GetCount_ReturnsActionResult_WithFeaturedCount

✅ Kiss.Bff.Test.LinksControllerUnitTests

✅ DeleteLink_WithInvalidId_ReturnsNotFoundResult
✅ DeleteLink_WithValidId_ReturnsNoContent
✅ GetLink_WithInvalidId_ReturnsNotFoundResult
✅ GetLink_WithValidId_ReturnsLink
✅ PostLink_WithValidLink_ReturnsCreatedResultWithLink
✅ PutLink_WithInvalidId_ReturnsNotFoundResult
✅ PutLink_WithValidId_ReturnsNoContent

✅ Kiss.Bff.Test.MarkeerGelezenControllerTests

✅ MarkeerGelezen_ExistingEntity_IsGelezenFalse_RemovesGelezen
✅ MarkeerGelezen_ExistingEntity_UpdatesGelezenOp

✅ Kiss.Bff.Test.SearchBerichtenControllerTests

✅ GetBerichten_ReturnsSearchResults

✅ Kiss.Bff.Test.SendFeedbackTest

✅ BuildEmailBody_ContainsUserName

✅ Kiss.Bff.Test.SkillsControllerUnitTests

✅ DeleteSkill_ReturnsNoContentResult_WithValidId
✅ DeleteSkill_ReturnsNotFoundResult_WithInvalidId
✅ GetSkill_ReturnsNotFoundResult_WithInvalidId
✅ GetSkill_ReturnsOkResult_WithValidId
✅ GetSkills_ReturnsOkResult_WithSkills
✅ PostSkill_ReturnsCreatedAtActionResult_WithValidModel
✅ PutSkill_ReturnsNoContentResult_WithValidId
✅ PutSkill_ReturnsNotFoundResult_WithInvalidId

✅ Kiss.Bff.Test.VerwerkingMiddlewareUnitTests

✅ SendAsync_LogsHttpRequestToDatabase

✅ Kiss.Bff.Test.ZaakGerichtWerkenUnitTests

✅ GenerateToken_ReturnsValidToken
✅ Post_AddsOrUpdatesContactmomentToDatabase