We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75b5d commit a1c6073Copy full SHA for a1c6073
1 file changed
cesium_app/tests/frontend/test_build_model.py
@@ -103,6 +103,7 @@ def test_model_info_display(driver, project, featureset, model):
103
driver.find_element_by_id('react-tabs-6').click()
104
105
driver.wait_for_xpath("//td[contains(text(),'{}')]".format(model.name)).click()
106
+ time.sleep(0.5)
107
assert driver.wait_for_xpath("//th[contains(text(),'Model Type')]")\
108
.is_displayed()
109
assert driver.wait_for_xpath("//th[contains(text(),'Hyper"
0 commit comments