Skip to content

Commit 2809858

Browse files
committed
test: add description to snapshot test
1 parent 5815d3a commit 2809858

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3723,7 +3723,10 @@ def on_mount(self) -> None:
37233723

37243724

37253725
def test_panel_border_title_colors(snap_compare):
3726-
"""Regression test for https://github.com/Textualize/textual/issues/5548"""
3726+
"""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."""
37273730

37283731
class BorderTitleApp(App):
37293732
CSS = """

0 commit comments

Comments
 (0)