**What problem are you trying to solve with Submitty** Submitty should have Cypress tests to test course creation. **Describe the way you'd like to solve this problem** - Test that the home page has all the default courses generated on the VM (blank, development, sample, tutorial, testing, and archived). - Test that a course can be successfully created by the instructor user (using randomized course code). - Test that using an invalid course code results in failure to make the course (added by #12949). - Test that a course that is archived is moved to the archived section on the home page. - Use submitty-admin to remove the instructor from the newly generated course, and test that the instructor no longer sees that course.
What problem are you trying to solve with Submitty
Submitty should have Cypress tests to test course creation.
Describe the way you'd like to solve this problem