Skip to content

Commit

Permalink
add capacity via UI odf4.17
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Jul 16, 2024
1 parent e685557 commit 6fa7b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ocs_ci/ocs/ui/add_replace_device_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def add_capacity_ui(self):
self.do_click(self.add_capacity_ui_loc["storage_cluster_tab"])
time.sleep(1)
logger.info("Click on kebab menu of Storage Systems")
self.do_click(
self.add_capacity_ui_loc["kebab_storage_cluster"], avoid_stale=True
)
self.do_click(self.add_capacity_ui_loc["kebab_storage_cluster"])
self.take_screenshot()
logger.info("Click on Add Capacity button under the kebab menu")
self.wait_until_expected_text_is_found(
Expand Down
1 change: 1 addition & 0 deletions ocs_ci/ocs/ui/helpers_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def ui_add_capacity_conditions():
"4.14",
"4.15",
"4.16",
"4.17",
):
logger.info(
f"Add capacity via UI is not supported when the OCP version [{ocp_version}]"
Expand Down

0 comments on commit 6fa7b9a

Please sign in to comment.