Skip to content

Commit

Permalink
Merge pull request #10933 from OdedViner/ui_fix_4_18
Browse files Browse the repository at this point in the history
ODF4.18, UI deployment, Skip on  step
  • Loading branch information
vavuthu authored Nov 28, 2024
2 parents 984f7f3 + d55746d commit ffbd7c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocs_ci/ocs/ui/deployment_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@ def configure_data_protection(self):
Configure Data Protection
"""
if self.ocs_version_semantic >= version.VERSION_4_14:
if (
self.ocs_version_semantic >= version.VERSION_4_14
and self.ocs_version_semantic <= version.VERSION_4_17
):
self.do_click(self.dep_loc["next"], enable_screenshot=True)

def enable_taint_nodes(self):
Expand Down

0 comments on commit ffbd7c2

Please sign in to comment.