mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update tests/test_compositor.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,9 @@ from textual.widgets import Static
|
||||
|
||||
|
||||
async def test_compositor_scroll_placements():
|
||||
"""Regression test for https://github.com/Textualize/textual/issues/5249"""
|
||||
"""Regression test for https://github.com/Textualize/textual/issues/5249
|
||||
The Static should remain visible.
|
||||
"""
|
||||
|
||||
class ScrollApp(App):
|
||||
CSS = """
|
||||
|
||||
Reference in New Issue
Block a user