Skip to content

Commit

Permalink
locator fix
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed Jul 10, 2024
1 parent de0e7b8 commit b3786fb
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 @@ -1063,7 +1063,7 @@
'a[data-test-id="horizontal-link-Storage System"]',
By.CSS_SELECTOR,
),
"kebab_storage_cluster": ('button[data-test-id="kebab-button"', By.CSS_SELECTOR),
"kebab_storage_cluster": ('button[data-test="kebab-button"]', By.CSS_SELECTOR),
"add_capacity_button": ('button[data-test-action="Add Capacity"]', By.CSS_SELECTOR),
"select_sc_add_capacity": (
'button[data-test="add-cap-sc-dropdown"]',
Expand Down

0 comments on commit b3786fb

Please sign in to comment.