-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update Ada nav items #1022
Update Ada nav items #1022
Conversation
I'm not sure why this has started failing, but I'm satisfied it's not a real issue caused by these changes.
src/test/pages/MyAccount.test.tsx
Outdated
@@ -4,7 +4,7 @@ | |||
mockActiveGroups, | |||
buildMockTeacher, | |||
buildMockUserSummary} from "../../mocks/data"; | |||
import { followHeaderNavLink, renderTestEnvironment, switchAccountTab } from "../testUtils"; | |||
import {followHeaderNavLink, navigateToMyAccount, renderTestEnvironment, switchAccountTab} from "../testUtils"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note test
src/test/pages/Groups.test.tsx
Outdated
@@ -10,7 +15,7 @@ | |||
buildMockStudent, | |||
buildMockUserSummaryWithGroupMembership | |||
} from "../../mocks/data"; | |||
import {ACCOUNT_TAB, API_PATH, extractTeacherName, isDefined, siteSpecific} from "../../app/services"; | |||
import {ACCOUNT_TAB, API_PATH, extractTeacherName, isDefined, isPhy, siteSpecific} from "../../app/services"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note test
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1022 +/- ##
==========================================
- Coverage 37.17% 37.15% -0.03%
==========================================
Files 420 420
Lines 18486 18516 +30
Branches 6033 6066 +33
==========================================
+ Hits 6873 6879 +6
+ Misses 11574 11018 -556
- Partials 39 619 +580 ☔ View full report in Codecov by Sentry. |
Updates Ada navbar items to match designs (see Trello card). This required some test changes as menu items no longer map directly to one another across sites.