Closed jonashendrickx closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 35.11%. Comparing base (
f664752
) to head (f64e5f3
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ticket
Description
Wasn't able to unit test pages before when a
SupplyFromQueryParameterAttribute
was being used. The functionality was apparently available in a newer bunit version. But we couldn't upgrade unless we also upgradedHtmlAgililtyPack
.There does not seem to be any impact from using a prerelease version of HtmlAgilityPack as its unit tests are still passing as expected.
This pull request will finally allow us to unit test all the bits in the admin console to validate any conditional rendering that may happen.
Shape
Screenshots
Checklist
I did the following to ensure that my changes were tested thoroughly:
I did the following to ensure that my changes do not introduce security vulnerabilities: