Fixed PAN5 again

This commit is contained in:
cesar991 2016-07-04 16:51:26 +02:00
parent 38c6212a28
commit b33a61386e
1 changed files with 1 additions and 1 deletions

View File

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