mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed PAN8 failing sometimes in the assert
This commit is contained in:
parent
01fc8df594
commit
15e4f6bb27
@ -48,7 +48,9 @@ class PAN8(PandoraWebDriverTestCase):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
#The user should be able to see the module with Tag
|
#The user should be able to see the module with Tag
|
||||||
|
module = driver.find_element_by_xpath('//td[contains(.,"With tag")]')
|
||||||
self.assertEqual("With tag" in driver.page_source,True)
|
self.assertEqual("With tag" in driver.page_source,True)
|
||||||
|
|
||||||
except AssertionError as e:
|
except AssertionError as e:
|
||||||
self.verificationErrors.append(str(e))
|
self.verificationErrors.append(str(e))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user