Skip to content

Commit 015bc11

Browse files
committed
docstring
1 parent 57ad676 commit 015bc11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4629,6 +4629,10 @@ def compose(self) -> ComposeResult:
46294629

46304630

46314631
def test_long_textarea_placeholder(snap_compare) -> None:
4632+
"""Test multi-line placeholders are wrapped and rendered.
4633+
4634+
You should see a TextArea at 50% width, with several lines of wrapped text.
4635+
"""
46324636

46334637
TEXT = """I must not fear.
46344638
Fear is the mind-killer.

0 commit comments

Comments
 (0)