Skip to content

Commit b57a865

Browse files
author
hatsy
committed
Changed frontend test to look for bokeh plot instead of plotly
1 parent b84cc8e commit b57a865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cesium_app/tests/frontend/test_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_plot_features(driver):
167167
driver.find_element_by_xpath("//b[contains(text(),'Please wait while we load your plotting data...')]")
168168

169169
driver.implicitly_wait(3)
170-
driver.find_element_by_css_selector("[class=svg-container]")
170+
driver.find_element_by_css_selector("[class=bk-plotdiv]")
171171

172172

173173
def test_delete_featureset(driver):

0 commit comments

Comments
 (0)