Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: web-3.1.1
-
Fix Version/s: web-3.x
-
Component/s: Web Selenium
-
Labels:None
-
Number of attachments :
Description
PerStoriesWebDriverSteps has a before and after stories. If there's a WebDriver thrown exception (a derivative of RuntimeE), then the @AfterStores annotated method is not called ..... and as such the browser frame is not closed.
PerStoryWebDriverSteps and PerScenarioWebDriver work correctly ...
... the both open and close the browser window in the event of a WD exception causing a failure.