Skip to content

Commit

Permalink
logs improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <[email protected]>
  • Loading branch information
DanielOsypenko authored and openshift-cherrypick-robot committed Dec 17, 2024
1 parent 2aff118 commit 54004a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocs_ci/ocs/ui/validation_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ def odf_console_plugin_check(self):
if default_projects_is_checked.get_attribute("data-checked-state") == "false":
logger.info("Show default projects")
self.do_click(self.validation_loc["show-default-projects"])
logger.info("Search for 'cluster_namespace' project")
logger.info("Search for '%s' project", config.ENV_DATA["cluster_namespace"])
self.do_send_keys(
self.validation_loc["project-search-bar"],
text=config.ENV_DATA["cluster_namespace"],
)
logger.info("Select 'cluster_namespace' project")
logger.info("Select '%s' project", config.ENV_DATA["cluster_namespace"])
time.sleep(2)
self.do_click(
self.dep_loc["choose_openshift-storage_project"], enable_screenshot=True
Expand Down

0 comments on commit 54004a2

Please sign in to comment.