mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
fixed test
This commit is contained in:
parent
aa46c8a9b3
commit
bbe64e10cb
@ -158,7 +158,7 @@ class TestDemo(unittest.TestCase):
|
||||
)
|
||||
elem.click()
|
||||
elem = WebDriverWait(driver, TIMEOUT).until(
|
||||
EC.presence_of_element_located((By.CSS_SELECTOR, ".panel:nth-child(2) .component:nth-child(2) .output_class"))
|
||||
EC.presence_of_element_located((By.CSS_SELECTOR, ".panel:nth-child(2) .component:nth-child(2) .output_class_without_confidences"))
|
||||
)
|
||||
|
||||
total_sleep = 0
|
||||
|
Loading…
Reference in New Issue
Block a user