Skip to content

Commit bc5c4ae

Browse files
committed
Update sequential pipeline test
1 parent 22b09c9 commit bc5c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cesium_app/tests/frontend/test_pipeline_sequentially_precomputed_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_pipeline_sequentially_precomputed_features(driver):
103103

104104
driver.wait_for_xpath("//div[contains(text(),'Model training begun')]")
105105

106-
driver.wait_for_xpath("//td[contains(.,'Completed')]", 60)
106+
driver.wait_for_xpath("//td[contains(text(),'Completed')]", 60)
107107

108108
# Predict using dataset and model from this test
109109
driver.find_element_by_id('react-tabs-8').click()

0 commit comments

Comments
 (0)