Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Bondarenko <[email protected]>
  • Loading branch information
ebondare committed Apr 10, 2024
1 parent 3809984 commit 37930ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocs_ci/ocs/ui/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,8 +1369,7 @@
By.XPATH,
),
"odf-performanceCardLink": (
"td[class='pf-u-w-10 performanceCard--verticalAlign'] a, "
"td[class='pf-v5-c-table__td pf-v5-u-w-10 performanceCard--verticalAlign'] a",
"td[class*='performanceCard--verticalAlign'] a",
By.CSS_SELECTOR,
),
"storagesystems": (
Expand Down

0 comments on commit 37930ce

Please sign in to comment.