Add missing wizard checks

This commit is contained in:
axl89 2016-08-09 17:52:10 +02:00
parent 2d4617295f
commit 5d4c330c1d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class Policies(PandoraWebDriverTestCase):
driver = self.driver
self.login()
detect_and_pass_all_wizards(driver)
create_policy(driver,self.policy_name,"Applications",description="Policy for test")