Skip to content

chore(deps): bump com.azure:azure-identity in /backend

e3b5daf
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): bump com.azure:azure-identity from 1.15.4 to 1.18.3 in /backend #24

chore(deps): bump com.azure:azure-identity in /backend
e3b5daf
Select commit
Loading
Failed to load commit list.
GitHub Actions / Frontend Test Results succeeded May 3, 2026 in 0s

34 passed, 0 failed and 0 skipped

Tests passed successfully

✅ frontend/test-results/junit.xml

34 tests were completed in 3s with 34 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/pages/ReviewDashboard.test.tsx 8✅ 207ms
src/pages/ReviewDetail.test.tsx 8✅ 413ms
src/pages/SearchPrograms.test.tsx 7✅ 377ms
src/pages/SubmitConfirmation.test.tsx 5✅ 141ms
src/pages/SubmitProgram.test.tsx 6✅ 382ms

✅ src/pages/ReviewDashboard.test.tsx

✅ ReviewDashboard > renders the review dashboard title
✅ ReviewDashboard > shows loading state initially
✅ ReviewDashboard > displays programs in a table after loading
✅ ReviewDashboard > renders review links for each program
✅ ReviewDashboard > displays status badges
✅ ReviewDashboard > shows error message when loading fails
✅ ReviewDashboard > shows no programs message when list is empty
✅ ReviewDashboard > has an accessible table with aria-label

✅ src/pages/ReviewDetail.test.tsx

✅ ReviewDetail > renders the review detail title
✅ ReviewDetail > loads and displays program details
✅ ReviewDetail > renders approve and reject buttons for submitted programs
✅ ReviewDetail > renders a comments textarea
✅ ReviewDetail > approves a program successfully
✅ ReviewDetail > rejects a program successfully
✅ ReviewDetail > shows error message when program not found
✅ ReviewDetail > has an accessible review form with aria-label

✅ src/pages/SearchPrograms.test.tsx

✅ SearchPrograms > renders the search title
✅ SearchPrograms > loads and displays all programs
✅ SearchPrograms > filters programs by search term
✅ SearchPrograms > clears search and shows all programs
✅ SearchPrograms > shows no results message when no programs match
✅ SearchPrograms > shows error message when loading fails
✅ SearchPrograms > has a search form with role="search" for accessibility

✅ src/pages/SubmitConfirmation.test.tsx

✅ SubmitConfirmation > renders the confirmation title
✅ SubmitConfirmation > displays the success alert
✅ SubmitConfirmation > shows program details table
✅ SubmitConfirmation > renders the submit another link
✅ SubmitConfirmation > has a success alert with role="status" for accessibility

✅ src/pages/SubmitProgram.test.tsx

✅ SubmitProgram > renders the form with all required fields
✅ SubmitProgram > loads program types on mount
✅ SubmitProgram > shows validation errors when submitting empty form
✅ SubmitProgram > submits successfully and navigates to confirmation
✅ SubmitProgram > sets aria-invalid on fields with validation errors
✅ SubmitProgram > marks all required fields with aria-required