We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_cannot_build_model_unlabeled_data
1 parent 1bf492d commit f9ccc1bCopy full SHA for f9ccc1b
cesium_app/tests/frontend/test_build_model.py
@@ -93,7 +93,7 @@ def test_cannot_build_model_unlabeled_data(driver, project, featureset):
93
driver.find_element_by_class_name('btn-primary').click()
94
95
driver.wait_for_xpath(
96
- "//div[contains(.,'Cannot build model for unlabeled feature set.')]", 2)
+ "//div[contains(.,'Cannot build model for unlabeled feature set.')]")
97
98
99
def test_model_info_display(driver, project, featureset, model):
0 commit comments