Skip to content

Commit

Permalink
resolve circular import
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <dosypenk@redhat.com>
  • Loading branch information
DanielOsypenko committed Dec 11, 2024
1 parent 9c5a370 commit eff6d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs_ci/ocs/ui/page_objects/confirm_dialog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from ocs_ci.ocs.ui.base_ui import BaseUI
from ocs_ci.ocs.ui.helpers_ui import format_locator


class ConfirmDialog(BaseUI):
Expand Down Expand Up @@ -32,6 +31,8 @@ def dialog_type_resource_name(self, resource_name):
"""
Type the resource name in the dialog
"""
from ocs_ci.ocs.ui.helpers_ui import format_locator

self.clear_input_gradually(
format_locator(self.generic_locators["confirm_dilog_input"], resource_name)
)
Expand Down

0 comments on commit eff6d5d

Please sign in to comment.