Skip to content

Commit 451ea2f

Browse files
committed
wider table column actions test - since we aren't auto-wrapping these anymore
1 parent 2f70e59 commit 451ea2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def get_app(props=dict()):
2020
baseProps["filter_action"] = "native"
2121
baseProps["merge_duplicate_headers"] = True
2222

23+
# first col is normally only 60px, make it wider since we're adding
24+
# all these actions and need to interact with them
25+
baseProps["style_cell_conditional"][0].update(width=120, maxWidth=120, minWidth=120)
2326
baseProps.update(props)
2427

2528
app.layout = DataTable(**baseProps)

0 commit comments

Comments
 (0)