We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4877520 commit 9a3bf27Copy full SHA for 9a3bf27
src/test/java/com/browserstack/BrowserStackTest.java
@@ -43,10 +43,10 @@ public void setUp() throws Exception {
43
Configuration.browserCapabilities.setCapability("bstack:options", bstackOptions);
44
}
45
46
- // @AfterMethod(alwaysRun = true)
47
- // public void tearDown() {
48
- // WebDriverRunner.getWebDriver().quit();
49
- // }
+ @AfterMethod(alwaysRun = true)
+ public void tearDown() {
+ WebDriverRunner.getWebDriver().quit();
+ }
50
51
private String getUserDir() {
52
return System.getProperty(USER_DIR);
0 commit comments