File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/clientside Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ def test_jlclsd004_clientside_multiple_outputs(dashjl):
95
95
]:
96
96
dashjl .wait_for_text_to_equal (selector , expected , timeout = 10 )
97
97
98
- def test_jlclsd005_clientside_fails_when_returning_a_promise (dashjl ):
98
+ def test_jlclsd005_clientside_when_returning_a_promise (dashjl ):
99
99
fp = jl_test_file_path ("jlclsd005_clientside_fails_when_returning_a_promise.jl" )
100
100
dashjl .start_server (fp )
101
101
102
102
dashjl .wait_for_text_to_equal ("#input" , "hello" , timeout = 10 )
103
103
dashjl .wait_for_text_to_equal ("#side-effect" , "side effect" )
104
- dashjl .wait_for_text_to_equal ("#output" , "output " )
104
+ dashjl .wait_for_text_to_equal ("#output" , "foo " )
105
105
106
106
def test_jlclsd006_PreventUpdate (dashjl ):
107
107
fp = jl_test_file_path ("jlclsd006_PreventUpdate.jl" )
You can’t perform that action at this time.
0 commit comments