mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Repair error in test B
(cherry picked from commit ab72824247e5f4410fb6bf3bdad12f9a9a005deb)
This commit is contained in:
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")
|
||||
|
||||
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user