mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'main' into scroll-sensitivity
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user