diff --git a/test/appium/support/test_rerun.py b/test/appium/support/test_rerun.py index 536ee1bcd2..889326c8f7 100644 --- a/test/appium/support/test_rerun.py +++ b/test/appium/support/test_rerun.py @@ -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'" ]