Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Oct 21, 2024
1 parent 42d4936 commit 63d0d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app.d/ui_render_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ui_components1():
ui.column("Column child A", "Column child B", "Column child C"),
# TODO: #201 ui.combo_box("Combo Box"),
ui.content("Content"),
ui.contextual_help("Contextual Help"),
ui.contextual_help("Contextual Help", "Content"),
ui.date_picker(label="Date Picker", value="2021-01-01"),
ui.date_range_picker(
label="Date Range Picker",
Expand Down

0 comments on commit 63d0d7b

Please sign in to comment.