5-MuhSkuhTeers / StudyApp

Web app that keeps track of school tasks, helps allocate time for studying and helps to create study habits, sends reminders on due dates and when to work on assignments/study.
0 stars 0 forks source link

Show end times in class display #64

Closed MikeLeishear closed 2 years ago

MikeLeishear commented 2 years ago

Task Tests

Test 1 1) Log in to http://study-app-442.herokuapp.com/ 2) Click the add class button 3) Enter a class name, and a start time of "3:20PM" and an end time "3:50PM", and select Monday, Wednesday, Friday 4) Add the class 5) Ensure you can now see that the start time is "3:20PM", and the end time is displayed below that as "3:50PM"

Test 2 //This ensures end times are displayed for every day of the week

1) Repeat steps 1-4 of test 1, but instead make the days of the week Tuesday and Thursday 2) Ensure you can now see that the start time is "3:20PM", and the end time is displayed below that as "3:50PM"