diff --git a/ocs_ci/ocs/acm/acm.py b/ocs_ci/ocs/acm/acm.py index 085d4e2fece6..000366e64e37 100644 --- a/ocs_ci/ocs/acm/acm.py +++ b/ocs_ci/ocs/acm/acm.py @@ -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'")