Skip to content

Commit

Permalink
Update e2e test data for InstructorCoursesPage
Browse files Browse the repository at this point in the history
  • Loading branch information
daongochieu2810 committed Jul 30, 2022
1 parent 20e035a commit d1f1ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void testAll() {
InstructorCoursesPage coursesPage = loginToPage(url, InstructorCoursesPage.class, instructorId);

______TS("verify loaded data");
CourseAttributes[] activeCourses = { courses[0], courses[3] };
CourseAttributes[] activeCourses = { courses[0], courses[1], courses[3] };
CourseAttributes[] deletedCourses = { courses[2] };

coursesPage.verifyActiveCoursesDetails(activeCourses);
Expand Down

0 comments on commit d1f1ff4

Please sign in to comment.