From 3f31d27b9def0ecbf67007467b30164a86372ce6 Mon Sep 17 00:00:00 2001 From: axl89 Date: Fri, 27 May 2016 10:21:16 +0200 Subject: [PATCH] Fixed PAN3 syntax error --- tests/console/PAN3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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