-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested routes for catalogue #1218 #1232
Conversation
- Updated catalogue categories and items Cypress tests - Refactored App.tsx to support nested routes - Updated admin card view snapshot tests - Modified API endpoints for catalogue categories and items - Added new components and tests for catalogue layout and items - Removed obsolete catalogue component and tests - Updated error page and tab view tests - Refactored items components and tests
- Fixed failing tests in catalogue and items components - Refactored code to address bugs found in various components - Updated snapshots for catalogue layout and items page
…d-routes-for-catalogue-#1218
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #1232 +/- ##
===========================================
+ Coverage 99.10% 99.11% +0.01%
===========================================
Files 94 96 +2
Lines 17527 17549 +22
Branches 2978 2993 +15
===========================================
+ Hits 17370 17394 +24
+ Misses 153 151 -2
Partials 4 4 ☔ View full report in Codecov by Sentry. |
src/catalogue/items/__snapshots__/catalogueItemsDetailsPanel.component.test.tsx.snap
Outdated
Show resolved
Hide resolved
src/catalogue/items/__snapshots__/catalogueItemsPage.component.test.tsx.snap
Outdated
Show resolved
Hide resolved
src/catalogue/__snapshots__/catalogueContainer.component.test.tsx.snap
Outdated
Show resolved
Hide resolved
5620460
to
f1a7689
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment but happy to be merged anyway.
df8b1d4
to
26519ad
Compare
26519ad
to
e93044b
Compare
Description
Testing instructions
Agile board tracking
closes #1218