fixed test

This commit is contained in:
Abubakar Abid 2021-11-02 14:45:17 -05:00
parent aa46c8a9b3
commit bbe64e10cb

View File

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