Rerun tests when Connection reset by peer happened

Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
Lukasz Fryc 2018-06-07 15:52:05 +02:00 committed by yevh-berdnyk
parent d13c9cb677
commit f06f4d7a46
No known key found for this signature in database
GPG Key ID: E9B425FDFC4DEA9C
1 changed files with 2 additions and 1 deletions

View File

@ -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"
]