feat: Add sidebar and library dropdown filter [FC-0114] (#2778)

* Add flow in course outline sidebar. Allows author to add new section/subsection/unit or any container from existing libraries via sidebar.
* Adds library dropdown filter and collections dropdown filter in add sidebar. Allows authors to filter containers by selected libraries and collections.
This commit is contained in:
Navin Karkera
2026-01-09 22:44:48 +05:30
committed by GitHub
parent a7cbfead75
commit 3c22e4bbe1
107 changed files with 2218 additions and 659 deletions

View File

@@ -460,8 +460,9 @@ describe('ProctoredExamSettings', () => {
screen.getByDisplayValue('mockproc');
});
// (1) for studio settings
// (2) for course details
expect(axiosMock.history.get.length).toBe(2);
// (2) waffle flags
// (3) for course details
expect(axiosMock.history.get.length).toBe(3);
expect(axiosMock.history.get[0].url.includes('proctored_exam_settings')).toEqual(true);
});