diff options
| author | zhaokun <[email protected]> | 2024-11-28 16:50:57 +0800 |
|---|---|---|
| committer | zhaokun <[email protected]> | 2024-11-28 16:50:57 +0800 |
| commit | 83661e91f8abd64f6b0ecee8e9e69e784a72e5d8 (patch) | |
| tree | 1aa4b4365efdf9bed886056f3ba67c0941260b6b /support/ui_utils/profiles/create_statistics_template.py | |
| parent | 06fa53634037ae81bfb5b24e97a48697061cb083 (diff) | |
| parent | c9deae84b3d26ca19242a95d8a8c9a18974bdcc9 (diff) | |
Diffstat (limited to 'support/ui_utils/profiles/create_statistics_template.py')
| -rw-r--r-- | support/ui_utils/profiles/create_statistics_template.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/ui_utils/profiles/create_statistics_template.py b/support/ui_utils/profiles/create_statistics_template.py index aeb836598..6d8c3c045 100644 --- a/support/ui_utils/profiles/create_statistics_template.py +++ b/support/ui_utils/profiles/create_statistics_template.py @@ -20,7 +20,9 @@ class CreateStatisticsTemplate(): self.driver = driver self.actions = ActionChains(self.driver) - def create(self, data, template_element_position): + def create_statistics_template(self, policy_configuration): + data = policy_configuration + template_element_position = {} page_jump_element_position = template_element_position["page_jump"] create_element_position = template_element_position["create"] try: |
