fix for render width

This commit is contained in:
Will McGugan
2023-01-28 17:23:52 +01:00
parent 36188ae0dc
commit b4a3c2e8bb
4 changed files with 183 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -193,3 +193,8 @@ def test_demo(snap_compare):
press=["down", "down", "down", "_", "_", "_"],
terminal_size=(100, 30),
)
def test_label_wrap(snap_compare):
"""Test Label wrapping with a Panel"""
assert snap_compare("snapshot_apps/label_wrap.py")