File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,4 @@ def test_jlpg001_plotly_graph(dashjl):
24
24
dashjl .find_element ("#draw" ).click ()
25
25
dashjl .wait_for_text_to_equal ("#status" , "second" , timeout = 10 )
26
26
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" )
You can’t perform that action at this time.
0 commit comments