Skip to content

Commit

Permalink
add timeout for connect cluster
Browse files Browse the repository at this point in the history
Signed-off-by: bvolovat <[email protected]>
  • Loading branch information
bvolovat committed Dec 15, 2024
1 parent 285d4d7 commit 99ff0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cluster_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ def verify_installation(self):
self._driver.save_screenshot(f"./verify_button_erro_{ClusterManager.get_current_timestamp()}.png")

def view_cluster_button(self):
logger.info("Waiting for connect clustert - 20 sec.")
time.sleep(20)
try:
self._wait.until(EC.visibility_of_element_located((By.XPATH, "//button[normalize-space(text())='View cluster']")))
time.sleep(1)
Expand Down

0 comments on commit 99ff0e4

Please sign in to comment.