Skip to content

Commit

Permalink
change osd size drop down locator
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 ad50895 commit 29bbd2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocs_ci/ocs/ui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,10 @@
}

deployment_4_16 = {
"osd_size_dropdown": ("//*[@class='pf-c-select dropdown--full-width']", By.XPATH),
"osd_size_dropdown": (
"//*[@class='pf-v5-c-select dropdown--full-width']",
By.XPATH,
),
}

generic_locators = {
Expand Down

0 comments on commit 29bbd2b

Please sign in to comment.