Skip to content

Commit fbb870d

Browse files
Update tests/test_compositor.py
Co-authored-by: Darren Burns <[email protected]>
1 parent 890b872 commit fbb870d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_compositor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55

66
async def test_compositor_scroll_placements():
7-
"""Regression test for https://github.com/Textualize/textual/issues/5249"""
7+
"""Regression test for https://github.com/Textualize/textual/issues/5249
8+
The Static should remain visible.
9+
"""
810

911
class ScrollApp(App):
1012
CSS = """

0 commit comments

Comments
 (0)