You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ✨ feat: add api call to redux and saga
* ✨ feat: add new Xp Calculation page
* ✨ feat: add nav-link to new page
* 🧪 tests: add academy navigation bar test
* ✨ feat: add conditional render for xp calculation
* 🧪 tests: remove unused snapshot
* use React.FC typing for component
* shift constants out of react component
* memoize callbacks as per PR comment
* remove commented out table filter code
* shift to useDispatch
* update actions to fit naming convention
Co-authored-by: En Rong <53928333+chownces@users.noreply.github.com>
test('MissionControl, GroundControl, Sourcereel, StorySimulator, Dashboard, Grading and AdminPanel NavLinks render for Role.Admin',()=>{
70
+
test('MissionControl, GroundControl, Sourcereel, StorySimulator, Dashboard, Grading, XP Calculation and AdminPanel NavLinks render for Role.Admin',()=>{
65
71
constprops={
66
72
role: Role.Admin,
67
73
notifications: [],
@@ -85,6 +91,9 @@ test('MissionControl, GroundControl, Sourcereel, StorySimulator, Dashboard, Grad
0 commit comments