mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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