Rerun tests when Connection reset by peer happened
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
d13c9cb677
commit
f06f4d7a46
|
@ -13,7 +13,8 @@ RERUN_ERRORS = [
|
|||
'ERROR The test with session id'
|
||||
"Message: 'CreateAccountButton' is not found on screen",
|
||||
"503 Service Unavailable",
|
||||
"AttributeError: 'NoneType' object has no attribute 'find_element'"
|
||||
"AttributeError: 'NoneType' object has no attribute 'find_element'",
|
||||
"[Errno 104] Connection reset by peer"
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue