File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
tests/integration/clientside Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ def test_clsd009_clientside_callback_context_triggered(dash_duo):
389
389
390
390
dash_duo .start_server (app )
391
391
392
- dash_duo .wait_for_text_to_equal ("#output-clientside" , ". = null " )
392
+ dash_duo .wait_for_text_to_equal ("#output-clientside" , "" )
393
393
394
394
dash_duo .find_element ("#btn0" ).click ()
395
395
@@ -545,8 +545,6 @@ def test_clsd011_clientside_callback_context_inputs_list(dash_duo):
545
545
'{"id":{"btn1":2},"property":"n_clicks","value":1}]]'
546
546
),
547
547
)
548
- # TODO: flush out these tests and make them look prettier.
549
- # Maybe one test for each of the callback_context properties?
550
548
551
549
552
550
def test_clsd012_clientside_callback_context_states (dash_duo ):
You can’t perform that action at this time.
0 commit comments