chore(deps): update dependency jsdom to v22 - autoclosed #1053
GitHub Actions / Test Results
succeeded
Oct 23, 2023 in 0s
All 140 tests pass, 1 skipped in 1m 29s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
server.tests.test_validation β test_validation
Check notice on line 0 in .github
github-actions / Test Results
141 tests found
There are 141 tests, see "Raw output" for the full list of tests.
Raw output
algorithms.tests.test_autoplanning β test_basic_CS_autoplanning
algorithms.tests.test_autoplanning β test_infeasable
algorithms.tests.test_autoplanning β test_more_complex_prereqs
algorithms.tests.test_categories β test_course_category_match_definition
algorithms.tests.test_categories β test_level_category_match_definition
algorithms.tests.test_categories β test_level_course_category_match_definition
algorithms.tests.test_conditions β test_complex_composite_condition
algorithms.tests.test_conditions β test_composite_condition_course
algorithms.tests.test_conditions β test_core_courses_no_courses
algorithms.tests.test_conditions β test_coreq_condition
algorithms.tests.test_conditions β test_course_condition
algorithms.tests.test_conditions β test_exclusion
algorithms.tests.test_conditions β test_exclusions_cores
algorithms.tests.test_conditions β test_faculty_condition
algorithms.tests.test_conditions β test_grade_condition
algorithms.tests.test_conditions β test_level_condition_simple
algorithms.tests.test_conditions β test_level_course_condition
algorithms.tests.test_conditions β test_no_condition
algorithms.tests.test_conditions β test_program_condition_simple
algorithms.tests.test_conditions β test_program_type
algorithms.tests.test_conditions β test_school_condition
algorithms.tests.test_conditions β test_specialisation_condition_simple
algorithms.tests.test_conditions β test_subset_of_cores
algorithms.tests.test_conditions β test_uoc_condition_complex
algorithms.tests.test_conditions β test_uoc_condition_simple
algorithms.tests.test_conditions β test_wam_condition_complex
algorithms.tests.test_conditions β test_wam_condition_simple
algorithms.tests.test_user_has_taken β test_user_has_taken_add_course
algorithms.tests.test_user_has_taken β test_user_has_taken_empty_user
algorithms.tests.test_user_has_taken β test_user_has_taken_fail
algorithms.tests.test_user_has_taken β test_user_has_taken_no_marks
algorithms.tests.test_user_has_taken β test_user_has_taken_one_course
algorithms.tests.test_user_has_taken β test_user_has_taken_user_1
algorithms.tests.test_user_has_taken β test_user_no_courses
algorithms.tests.test_user_loading β test_user1
algorithms.tests.test_user_loading β test_user2
algorithms.tests.test_user_loading β test_user3
algorithms.tests.test_user_loading β test_user_empty
algorithms.tests.test_user_loading β test_user_no_data
algorithms.tests.test_user_wam_uoc β test_category_instantiation_causes_error
algorithms.tests.test_user_wam_uoc β test_course_category_produces_correct_uoc
algorithms.tests.test_user_wam_uoc β test_course_category_produces_correct_wam
server.tests.courses.test_courses_unlocked_when_taken β test_malformed_request
server.tests.courses.test_courses_unlocked_when_taken β test_no_courses_completed
server.tests.courses.test_courses_unlocked_when_taken β test_two_courses_completed
server.tests.courses.test_get_all_unlocked β test_fix_wam_only_unlock_given_course
server.tests.courses.test_get_all_unlocked β test_unlock_dependent_course
server.tests.courses.test_get_course β test_error
server.tests.courses.test_get_course β test_get_a_course
server.tests.courses.test_get_course β test_get_archived_course
server.tests.courses.test_get_course β test_get_course_all_courses
server.tests.courses.test_get_legacy_course β test_legacy_comp1511
server.tests.courses.test_get_legacy_course β test_legacy_comp6991
server.tests.courses.test_get_legacy_course β test_legacy_math3361
server.tests.courses.test_get_legacy_courses β test_basic_get_legacy_courses
server.tests.courses.test_get_legacy_courses β test_error
server.tests.courses.test_search_course β test_search_archives
server.tests.courses.test_search_course β test_search_course
server.tests.courses.test_search_course β test_search_minor
server.tests.courses.test_search_course β test_search_title
server.tests.courses.test_terms_offered β test_term_offered_comp1511_2021
server.tests.courses.test_terms_offered β test_term_offered_comp1511_bad_years_past
server.tests.courses.test_terms_offered β test_term_offered_comp1511_future_year
server.tests.courses.test_terms_offered β test_term_offered_fake_course
server.tests.courses.test_unselect_course β test_invalid_course
server.tests.courses.test_unselect_course β test_multiple_dependencies
server.tests.courses.test_unselect_course β test_no_dependencies
server.tests.followups.test_get_followups β test_error_invalid_course
server.tests.followups.test_get_followups β test_error_invalid_term
server.tests.followups.test_get_followups β test_error_not_comp_course
server.tests.followups.test_get_followups β test_get_followups_COMP1511
server.tests.followups.test_get_followups β test_get_followups_COMP3331
server.tests.followups.test_get_followups β test_get_followups_COMP6080
server.tests.planner.test_validate_term_planner β test_validateTermPlanner_empty_planner
server.tests.planner.test_validate_term_planner β test_validateTermPlanner_invalid_progress
server.tests.planner.test_validate_term_planner β test_validateTermPlanner_out_of_order_progress
server.tests.planner.test_validate_term_planner β test_validateTermPlanner_past_term_suppress_warnings
server.tests.planner.test_validate_term_planner β test_validateTermPlanner_valid_progress
server.tests.programs.test_gened β test_get_gened_no_overlap
server.tests.programs.test_get_programs β test_sanity
server.tests.programs.test_get_programs β test_sanity_all
server.tests.programs.test_get_structure β test_all_programs_fetched
server.tests.programs.test_get_structure β test_all_specs_fetched
server.tests.specialisations.test_get_specialisations β test_nonexistant
server.tests.specialisations.test_get_specialisations β test_sanity
server.tests.test_validation β test_validation
src/components/ResetModal/ResetModal.test.tsx β ResetModal > should call the OnCancel callback when the Go Back button is clicked
src/components/ResetModal/ResetModal.test.tsx β ResetModal > should call the OnOk callback when the Reset button is clicked
src/components/ResetModal/ResetModal.test.tsx β ResetModal > should render
src/components/ResetModal/ResetModal.test.tsx β ResetModal > should reset state when reset button is clicked
src/components/ResetModal/ResetModal.test.tsx β ResetModal > should show modal when degree wizard is complete
src/pages/CourseSelector/CourseBanner/CourseBanner.test.tsx β CourseBanner > should dispatch addTab after searching a course
src/pages/CourseSelector/CourseBanner/CourseBanner.test.tsx β CourseBanner > should render
src/pages/CourseSelector/CourseMenu/CourseMenu.test.tsx β CourseMenu > should render
src/pages/CourseSelector/CourseMenuTitle/CourseMenuTitle.test.tsx β CourseMenuTitle > should add course to planner
src/pages/CourseSelector/CourseMenuTitle/CourseMenuTitle.test.tsx β CourseMenuTitle > should render
src/pages/CourseSelector/CourseMenuTitle/CourseMenuTitle.test.tsx β CourseMenuTitle > should show lock icon
src/pages/CourseSelector/CourseMenuTitle/CourseMenuTitle.test.tsx β CourseMenuTitle > should show warning icon
src/pages/CourseSelector/CourseSelector.test.tsx β CourseSelector > should be able to quick add and remove a course from the course menu
src/pages/CourseSelector/CourseSelector.test.tsx β CourseSelector > should render
src/pages/CourseSelector/CourseSelector.test.tsx β CourseSelector > should toggle locked courses
src/pages/CourseSelector/CourseTabs/CourseTabs.test.tsx β CourseTabs > should remove all tabs
src/pages/CourseSelector/CourseTabs/CourseTabs.test.tsx β CourseTabs > should render
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should dispatch correct props and call incrementStep after selecting degree
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should not show degree options if no match
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should render
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should search degree based on program code
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should search degree based on program name
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should search degree case insensitively
src/pages/DegreeWizard/DegreeStep/DegreeStep.test.tsx β DegreeStep > should show no degree options on mount
src/pages/DegreeWizard/DegreeWizard.test.tsx β DegreeWizard > should render
src/pages/DegreeWizard/DegreeWizard.test.tsx β DegreeWizard > test degree wizard user flow
src/pages/DegreeWizard/SpecialisationStep/SpecialisationStep.test.tsx β SpecialisationStep > should dispatch correct props when selecting a specialisation
src/pages/DegreeWizard/SpecialisationStep/SpecialisationStep.test.tsx β SpecialisationStep > should display "Next" button when on current step and call incrementStep
src/pages/DegreeWizard/SpecialisationStep/SpecialisationStep.test.tsx β SpecialisationStep > should render
src/pages/DegreeWizard/SpecialisationStep/SpecialisationStep.test.tsx β SpecialisationStep > should show error notification when "Next" button without selecting a spec
src/pages/DegreeWizard/StartBrowsingStep/StartBrowsingStep.test.tsx β StartBrowsingStep > should call openNotification when a specialisation is not provided
src/pages/DegreeWizard/StartBrowsingStep/StartBrowsingStep.test.tsx β StartBrowsingStep > should call openNotification when program code is not provided
src/pages/DegreeWizard/StartBrowsingStep/StartBrowsingStep.test.tsx β StartBrowsingStep > should render
src/pages/DegreeWizard/StartBrowsingStep/StartBrowsingStep.test.tsx β StartBrowsingStep > should set setIsComplete and navigate to course selector
src/pages/DegreeWizard/YearStep/YearStep.test.tsx β YearStep > should dispatch correct props and call incrementStep after selecting years
src/pages/DegreeWizard/YearStep/YearStep.test.tsx β YearStep > should render
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > addTab reducer > adds a new tab
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > addTab reducer > adds a new tab and set it as active
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > addTab reducer > set the active tab if the added tab already exists
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > does not remove any tabs if the index is out of scope
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > remains in the initial state when there are no tabs to be removed
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > removes a non active tab with active index positioned on the correct tab
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > removes an existing tab
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > removes the first tab (active tab) and set correct active index
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > removes the last tab (active tab) and set correct active index
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > removeTab reducer > removes the middle tab (active tab) and set correct active index
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > tests reorderTabs reducer
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > tests resetTabs reducer
src/reducers/courseTabsSlice.test.ts β courseTabsSlice reducer tests > tests setActiveTab reducer
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests addSpecialisation reducer
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests removeSpecialisation reducer
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests removeSpecialisation reducer for non existent specialisation
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests resetDegree reducer
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests setIsComplete reducer
src/reducers/degreeSlice.test.ts β degreeSlice reducer tests > tests setProgram reducer
Loading