Skip to content

Commit

Permalink
Adjust the locator constants as per cluster namespace
Browse files Browse the repository at this point in the history
Fixes: #9874

Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g committed May 30, 2024
1 parent 22ffc07 commit 63d0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/ui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
By.CSS_SELECTOR,
),
"choose_openshift-storage_project": (
"//span[text()='openshift-storage']",
"//span[text()='" + config.ENV_DATA["cluster_namespace"] + "']",
By.XPATH,
),
"choose_all_projects": ("//span[text()='All Projects']", By.XPATH),
Expand Down

0 comments on commit 63d0f52

Please sign in to comment.