Skip to content

Commit 14b3eb4

Browse files
committed
remove PlotlyJS test
1 parent 7da1fbd commit 14b3eb4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

test/integration/base/test_plotly_graph.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,4 @@ def test_jlpg001_plotly_graph(dashjl):
2424
dashjl.find_element("#draw").click()
2525
dashjl.wait_for_text_to_equal("#status", "second", timeout=10)
2626

27-
dashjl.percy_snapshot(name="PlotlyBase figure callback")
28-
29-
def test_jlpg002_plotlyjs_graph(dashjl):
30-
fp = jl_test_file_path("jlpg002_plotlyjs_graph.jl")
31-
dashjl.start_server(fp)
32-
dashjl.wait_for_element_by_css_selector(
33-
"#graph", timeout=120
34-
)
35-
36-
dashjl.wait_for_text_to_equal("#status", "first", timeout=10)
37-
38-
dashjl.percy_snapshot(name="PlotlyJS figure layout")
39-
40-
dashjl.find_element("#draw").click()
41-
dashjl.wait_for_text_to_equal("#status", "second", timeout=10)
42-
43-
dashjl.percy_snapshot(name="PlotlyJS figure callback")
27+
dashjl.percy_snapshot(name="PlotlyBase figure callback")

0 commit comments

Comments
 (0)