Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Bondarenko <[email protected]>
  • Loading branch information
ebondare committed Jul 23, 2024
1 parent f5628c6 commit 60bee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/ui/page_objects/edit_label_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def open_edit_label_of_block_pool(self, block_pool_name):
)
logger.info(f"Clicking on Actions for {block_pool_name}")
self.do_click(self.bp_loc["actions_outside_pool"], enable_screenshot=True)
logger.info(f"Clicking on Edit labels")
logger.info("Clicking on Edit labels")
self.do_click(self.bp_loc["edit_labels_of_pool"])

def enter_label_and_save(self, label):
Expand Down

0 comments on commit 60bee22

Please sign in to comment.