FindByUsernameTests check if driver is null
Fixes gh-740
This commit is contained in:
@@ -53,7 +53,9 @@ public class FindByUsernameTests {
|
||||
|
||||
@After
|
||||
public void tearDown() {
|
||||
this.driver.quit();
|
||||
if (this.driver != null) {
|
||||
this.driver.quit();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user