fix test message

This commit is contained in:
Khaleel Al-Adhami 2025-02-04 11:16:16 -08:00
parent 6b635edf3d
commit b0685c12c0

View File

@ -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