mirror of
https://dev.azure.com/Foster-X/CMP329%20CW2/_git/CMP329%20CW2
synced 2025-07-27 11:13:36 +00:00
Windows close after test reactivated
This commit is contained in:
parent
a336996c73
commit
7c18bd2854
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ public class TestPoster {
|
||||||
assertTrue(postAccessible == false);
|
assertTrue(postAccessible == false);
|
||||||
assertFalse(driver.getCurrentUrl().equals(NEW_POST_URL));
|
assertFalse(driver.getCurrentUrl().equals(NEW_POST_URL));
|
||||||
}
|
}
|
||||||
//driver.quit();
|
driver.quit();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue