Closed KristinAoki closed 3 weeks ago
Attention: Patch coverage is 94.73684%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 89.23%. Comparing base (
2d63a14
) to head (4c9143b
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/index.jsx | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR fixes xblock not showing the preview when a course staff member is masquerading as another user/course track. Additionally this PR fixes navigation between units that have never been published and units that have been published with or without edits.
Testing
Testing view for different course tracks
Repeat steps above when masquerading as a verified learner and audit learner. Confirm that the preview is displayed as expected for each track.
Testing for unit navigation
Other information
This PR is dependent on
edx-platform
PR #35747