Fixed PAN5 again
This commit is contained in:
parent
38c6212a28
commit
b33a61386e
|
@ -66,7 +66,7 @@ class PAN5(PandoraWebDriverTestCase):
|
|||
except NoSuchElementException as e_nosuch:
|
||||
i = i+1
|
||||
if i > max_retries:
|
||||
self.verificationErrors.append(str(e_stale))
|
||||
self.verificationErrors.append(str(e_nosuch))
|
||||
break
|
||||
else:
|
||||
next
|
||||
|
|
Loading…
Reference in New Issue