diff --git a/tests/console/PAN3.py b/tests/console/PAN3.py index 5a0f3218cd..920a2962f7 100644 --- a/tests/console/PAN3.py +++ b/tests/console/PAN3.py @@ -52,7 +52,7 @@ class PAN3(PandoraWebDriverTestCase): except StaleElementReferenceException as e_stale: i = i+1 if i > max_retries: - self.verificationErrors.append(str(e)) + self.verificationErrors.append(str(e_stale)) break else: next