parent
4eda7ee241
commit
11f1b67abd
|
@ -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")
|
||||
|
||||
|
@ -88,6 +86,5 @@ class Bulk_operations(PandoraWebDriverTestCase):
|
|||
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()
|
||||
|
|
Loading…
Reference in New Issue