Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove extra line
  • Loading branch information
filippovskii09 committed Dec 9, 2025
commit 43de14d13c61de5ffc49ab70d3abbcdc8663c98b
1 change: 0 additions & 1 deletion src/courseware/course/Course.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe('Course', () => {
global.innerWidth = breakpoints.extraLarge.minWidth;
});


// This was passing when it shouldn't have been because of improper
// waitFor use. With the React 18 upgrade it no longer improperly passes
// so we are skipping it. See https://github.com/openedx/frontend-app-learning/issues/1669
Expand Down