Skip to content

Commit

Permalink
Test new fixes for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 4, 2024
1 parent 0e62521 commit dcac1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/uniovi/CucumberHooks.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class CucumberHooks extends Wiq_IntegrationTests {
@After
public void cleanUpAfterScenario(Scenario scenario) {
driver.manage().deleteAllCookies();

}

@AfterAll
Expand Down

0 comments on commit dcac1c6

Please sign in to comment.