Skip to content

Commit

Permalink
Sleep after clicking model row in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acrellin committed May 8, 2018
1 parent f415572 commit 22ad8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cesium_app/tests/frontend/test_build_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_model_info_display(driver, project, featureset, model):
driver.find_element_by_id('react-tabs-6').click()

driver.wait_for_xpath("//td[contains(text(),'{}')]".format(model.name)).click()
time.sleep(0.5)
assert driver.wait_for_xpath("//th[contains(text(),'Model Type')]")\
.is_displayed()
assert driver.wait_for_xpath("//th[contains(text(),'Hyper"
Expand Down

0 comments on commit 22ad8c6

Please sign in to comment.