chore: Detach and close AUT on Attach Error added (#214)
This commit is contained in:
parent
1b064830a5
commit
ca80aed593
|
@ -104,8 +104,8 @@ class AUT:
|
|||
return self
|
||||
except AssertionError as err:
|
||||
_logger.debug(err)
|
||||
self.detach().stop()
|
||||
if attempt:
|
||||
self.detach().stop()
|
||||
return self.launch(attempt-1)
|
||||
else:
|
||||
raise err
|
||||
|
|
Loading…
Reference in New Issue