We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815d3a commit 2809858Copy full SHA for 2809858
tests/snapshot_tests/test_snapshots.py
@@ -3723,7 +3723,10 @@ def on_mount(self) -> None:
3723
3724
3725
def test_panel_border_title_colors(snap_compare):
3726
- """Regression test for https://github.com/Textualize/textual/issues/5548"""
+ """Regression test for https://github.com/Textualize/textual/issues/5548
3727
+
3728
+ You should see four labels with panel type borders. The border title colors
3729
+ should match the description in the label."""
3730
3731
class BorderTitleApp(App):
3732
CSS = """
0 commit comments