mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-23 17:48:20 +00:00
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…
x
Reference in New Issue
Block a user