From fbb870d17cee50d631aa019998ecf45b409f9f59 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 18 Nov 2024 16:05:09 +0000 Subject: [PATCH] Update tests/test_compositor.py Co-authored-by: Darren Burns --- tests/test_compositor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_compositor.py b/tests/test_compositor.py index 27f23d5e0..e5dbcdbc6 100644 --- a/tests/test_compositor.py +++ b/tests/test_compositor.py @@ -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 = """