diff --git a/tests/integration/test_connection_banner.py b/tests/integration/test_connection_banner.py index e6a8caef6..678fad777 100644 --- a/tests/integration/test_connection_banner.py +++ b/tests/integration/test_connection_banner.py @@ -120,7 +120,7 @@ def has_cloud_banner(driver: WebDriver) -> bool: """ try: driver.find_element( - By.XPATH, "//*[ contains(text(), 'You ran out of compute credits.') ]" + By.XPATH, "//*[ contains(text(), 'This app is paused') ]" ) except NoSuchElementException: return False