Added 2 errors for rerun

Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
yevh-berdnyk 2018-05-30 22:42:23 +02:00
parent 7eba090b16
commit 955fdc6c17
No known key found for this signature in database
GPG Key ID: E9B425FDFC4DEA9C
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ RERUN_ERRORS = [
'504 Gateway Time-out',
'Internal Server Error',
'Invalid message: ERROR Internal Server Error',
"Message: 'CreateAccountButton' is not found on screen"
"Message: 'CreateAccountButton' is not found on screen",
"503 Service Unavailable",
"AttributeError: 'NoneType' object has no attribute 'find_element'"
]