Skip to content

Commit

Permalink
Quit driver instances after test
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Jun 15, 2024
1 parent b200675 commit 638f4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class FirefoxTest extends BaseTest {
@AfterEach
public void clearProperties() {
System.clearProperty(GeckoDriverService.GECKO_DRIVER_LOG_PROPERTY);
System.clearProperty(GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY);
System.clearProperty(GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY);driver.quit();
}

@Test
Expand Down

0 comments on commit 638f4df

Please sign in to comment.