Skip to content

Commit a1c6073

Browse files
committed
Sleep after clicking model row in tests
1 parent ea75b5d commit a1c6073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cesium_app/tests/frontend/test_build_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_model_info_display(driver, project, featureset, model):
103103
driver.find_element_by_id('react-tabs-6').click()
104104

105105
driver.wait_for_xpath("//td[contains(text(),'{}')]".format(model.name)).click()
106+
time.sleep(0.5)
106107
assert driver.wait_for_xpath("//th[contains(text(),'Model Type')]")\
107108
.is_displayed()
108109
assert driver.wait_for_xpath("//th[contains(text(),'Hyper"

0 commit comments

Comments
 (0)