fix test message
This commit is contained in:
parent
6b635edf3d
commit
b0685c12c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user