Repair error in test B

(cherry picked from commit ab72824247)
This commit is contained in:
cesar991 2016-09-12 15:48:33 +02:00
parent 4eda7ee241
commit 11f1b67abd
1 changed files with 0 additions and 3 deletions

View File

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