Skip to content

Commit

Permalink
feedback comment
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed Jul 25, 2024
1 parent aef0b89 commit 60ac26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ocs_ci/ocs/acm/acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ def install_submariner_ui(self, globalnet=True):
)
log.info("Click on 'Install Submariner add-ons' button")
except StaleElementReferenceException:
self.take_screenshot()
log.info(
f'The stale element is {self.page_nav["install-submariner-btn"]}'
)
if attempt == retries - 1:
raise
log.info("Click on 'Target clusters'")
Expand Down

0 comments on commit 60ac26d

Please sign in to comment.