Fixed PAN3 syntax error

This commit is contained in:
axl89 2016-05-27 10:21:16 +02:00
parent 10f941e1e4
commit 3f31d27b9d
1 changed files with 1 additions and 1 deletions

View File

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