Skip to content

Commit cef76b5

Browse files
committed
call on_focus in test_szng004_on_focus
1 parent 6ee2328 commit cef76b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/dash-table/tests/selenium/test_sizing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ def test_szng002_percentages_result_in_same_widths(test):
300300
[generate_mock_data, generate_markdown_mock_data, generate_mixed_markdown_data],
301301
)
302302
def test_szng004_on_focus(test, props, data_fn):
303+
on_focus(test, props, data_fn)
304+
305+
306+
def on_focus(test, props, data_fn):
303307
app = dash.Dash(__name__)
304308

305309
baseProps1 = get_props(data_fn=data_fn)

0 commit comments

Comments
 (0)