mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
Fixed PAN5 again
This commit is contained in:
parent
38c6212a28
commit
b33a61386e
@ -66,7 +66,7 @@ class PAN5(PandoraWebDriverTestCase):
|
|||||||
except NoSuchElementException as e_nosuch:
|
except NoSuchElementException as e_nosuch:
|
||||||
i = i+1
|
i = i+1
|
||||||
if i > max_retries:
|
if i > max_retries:
|
||||||
self.verificationErrors.append(str(e_stale))
|
self.verificationErrors.append(str(e_nosuch))
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
next
|
next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user