Repair error in Bulk_operations.py
This commit is contained in:
parent
f85f6b82e8
commit
9c6164b4c3
|
@ -46,7 +46,5 @@ class Bulk_operations(PandoraWebDriverTestCase):
|
|||
self.assertRegexpMatches(self.close_alert_and_get_its_text(), r"^Are you sure[\s\S]$")
|
||||
self.assertEqual(self.driver.find_element_by_xpath('//div[@id="main"]//td[contains(.,"Successfully deleted (2)")]').text,"Successfully deleted (2)")
|
||||
|
||||
self.verificationErrors.append(str(e))
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue