Skip to content

Commit

Permalink
Update tests/test_compositor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Burns <[email protected]>
  • Loading branch information
willmcgugan and darrenburns authored Nov 18, 2024
1 parent 890b872 commit fbb870d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_compositor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@


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 = """
Expand Down

0 comments on commit fbb870d

Please sign in to comment.