Skip to content

Commit 3ea8d19

Browse files
committed
🐅 no default triggered value
1 parent 8afe6e9 commit 3ea8d19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/clientside/test_clientside.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def test_clsd009_clientside_callback_context_triggered(dash_duo):
389389

390390
dash_duo.start_server(app)
391391

392-
dash_duo.wait_for_text_to_equal("#output-clientside", ". = null")
392+
dash_duo.wait_for_text_to_equal("#output-clientside", "")
393393

394394
dash_duo.find_element("#btn0").click()
395395

@@ -545,8 +545,6 @@ def test_clsd011_clientside_callback_context_inputs_list(dash_duo):
545545
'{"id":{"btn1":2},"property":"n_clicks","value":1}]]'
546546
),
547547
)
548-
# TODO: flush out these tests and make them look prettier.
549-
# Maybe one test for each of the callback_context properties?
550548

551549

552550
def test_clsd012_clientside_callback_context_states(dash_duo):

0 commit comments

Comments
 (0)