From 5d4c330c1d461f72e47a90b31fdbcd145d0f6bcc Mon Sep 17 00:00:00 2001 From: axl89 Date: Tue, 9 Aug 2016 17:52:10 +0200 Subject: [PATCH] Add missing wizard checks --- tests/console/Policies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/console/Policies.py b/tests/console/Policies.py index 749abab5b8..2a8dee0bfd 100644 --- a/tests/console/Policies.py +++ b/tests/console/Policies.py @@ -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")