Skip to content

Commit

Permalink
test-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Feb 18, 2024
1 parent e8e1149 commit 22f5771
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static Stream<Arguments> data() throws IOException {
@MethodSource("data")
void studentCourseMainTest(String userMail, String password, String role) {//45+ 107+28 set up +13 lines teardown =193
this.slowLogin(user, userMail, password);//24 lines
fail("test probe");
try {
NavigationUtilities.toCoursesHome(driver); //3lines
//go to first course
Expand Down

0 comments on commit 22f5771

Please sign in to comment.