Skip to content

Commit 9a3bf27

Browse files
committed
uncomment teardown method in tests
1 parent 4877520 commit 9a3bf27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/com/browserstack/BrowserStackTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ public void setUp() throws Exception {
4343
Configuration.browserCapabilities.setCapability("bstack:options", bstackOptions);
4444
}
4545

46-
// @AfterMethod(alwaysRun = true)
47-
// public void tearDown() {
48-
// WebDriverRunner.getWebDriver().quit();
49-
// }
46+
@AfterMethod(alwaysRun = true)
47+
public void tearDown() {
48+
WebDriverRunner.getWebDriver().quit();
49+
}
5050

5151
private String getUserDir() {
5252
return System.getProperty(USER_DIR);

0 commit comments

Comments
 (0)