Repair error in Bulk_operations.py

This commit is contained in:
cesar991 2016-08-18 11:50:49 +02:00
parent f85f6b82e8
commit 9c6164b4c3
1 changed files with 0 additions and 2 deletions

View File

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