From ab72824247e5f4410fb6bf3bdad12f9a9a005deb Mon Sep 17 00:00:00 2001 From: cesar991 Date: Mon, 12 Sep 2016 15:48:33 +0200 Subject: [PATCH] Repair error in test B --- tests/console/Bulk_operations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/console/Bulk_operations.py b/tests/console/Bulk_operations.py index c0d4527b37..ee299999e8 100644 --- a/tests/console/Bulk_operations.py +++ b/tests/console/Bulk_operations.py @@ -63,8 +63,6 @@ class Bulk_operations(PandoraWebDriverTestCase): agent_name_2 = gen_random_string(6) driver = self.driver - self.login() - detect_and_pass_all_wizards activate_api(driver,"1234") @@ -87,7 +85,6 @@ 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(.,"Agents updated successfully(2)")]').text,"Agents updated successfully(2)") - if __name__ == "__main__": unittest.main()