Skip to content

Commit

Permalink
Retest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 4, 2023
1 parent aa8d8fb commit 902d677
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import static java.lang.invoke.MethodHandles.lookup;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
import static org.slf4j.LoggerFactory.getLogger;

@ExtendWith(SeleniumJupiter.class)
Expand Down Expand Up @@ -79,5 +80,6 @@ void spiderLoggedTest(String mail, String password, String role) { //140 + 28 se
msg = failed + "\n";
}
assertTrue(failed_links.isEmpty(), msg);
fail("XXXXXXXXXXXX");
}
}

0 comments on commit 902d677

Please sign in to comment.