mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Fixed PAN3 syntax error
This commit is contained in:
parent
10f941e1e4
commit
3f31d27b9d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user