summaryrefslogtreecommitdiff
path: root/support/ui_utils/profiles/edit_profiles.py
diff options
context:
space:
mode:
authorzhaokun <[email protected]>2024-11-28 16:50:57 +0800
committerzhaokun <[email protected]>2024-11-28 16:50:57 +0800
commit83661e91f8abd64f6b0ecee8e9e69e784a72e5d8 (patch)
tree1aa4b4365efdf9bed886056f3ba67c0941260b6b /support/ui_utils/profiles/edit_profiles.py
parent06fa53634037ae81bfb5b24e97a48697061cb083 (diff)
parentc9deae84b3d26ca19242a95d8a8c9a18974bdcc9 (diff)
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