summaryrefslogtreecommitdiff
path: root/support/ui_utils/profiles/edit_profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/ui_utils/profiles/edit_profiles.py')
-rw-r--r--support/ui_utils/profiles/edit_profiles.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/support/ui_utils/profiles/edit_profiles.py b/support/ui_utils/profiles/edit_profiles.py
index eb1dbc4e8..2e811a613 100644
--- a/support/ui_utils/profiles/edit_profiles.py
+++ b/support/ui_utils/profiles/edit_profiles.py
@@ -4,4 +4,8 @@ import time
class EditProfiles:
def __init__(self, driver):
- self.driver = driver \ No newline at end of file
+ self.driver = driver
+
+ def edit_profiles(self, policy_configuration):
+ if "action_parameter" not in policy_configuration.keys():
+ return "" \ No newline at end of file