diff --git a/tests/console/Bulk_operations.py b/tests/console/Bulk_operations.py index 2d779332dc..3c4a3f52bd 100644 --- a/tests/console/Bulk_operations.py +++ b/tests/console/Bulk_operations.py @@ -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()