Skip to content

Commit

Permalink
Fix failures in test_pvc_ui.py (#9845)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Agrawal <[email protected]>
Co-authored-by: Sidhant Agrawal <[email protected]>
  • Loading branch information
1 parent 0ea250c commit e2d521b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ocs_ci/ocs/ui/pvc_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def create_pvc_ui(
logger.info("Click on 'Create Persistent Volume Claim'")
self.do_click(self.pvc_loc["pvc_create_button"])

logger.info("Click on Create PVC from dropdown options 'With Form'")
self.do_click(self.pvc_loc["create_pvc_dropdown_item"])

logger.info("Click on Storage Class selection")
self.do_click(self.pvc_loc["pvc_storage_class_selector"])

Expand Down

0 comments on commit e2d521b

Please sign in to comment.