Skip to content

Commit

Permalink
Test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 4, 2023
1 parent a844667 commit 204c0e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static Stream<Arguments> data() throws IOException {
@MethodSource("data")
void teacherCourseMainTest(String mail, String password, String role) {//39+80+ 28 set up +13 lines teardown =160
this.slowLogin(user, mail, password);
//test
try {

NavigationUtilities.toCoursesHome(driver); //4lines
Expand Down

0 comments on commit 204c0e9

Please sign in to comment.