Skip to content

Commit

Permalink
Fix UI deployment on ODF4.16
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Apr 10, 2024
1 parent fd2e113 commit ad50895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ocs_ci/ocs/ui/deployment_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ def install_storage_cluster(self):
self.do_click(
locator=self.dep_loc["create_storage_cluster"], enable_screenshot=True
)

if self.check_element_text("An error"):
logger.info("Refresh storage system page")
self.refresh_page()

if config.ENV_DATA.get("mcg_only_deployment", False):
self.install_mcg_only_cluster()
elif config.DEPLOYMENT.get("local_storage"):
Expand Down

0 comments on commit ad50895

Please sign in to comment.