From c1673389244e9f6f6d3cbc17f27d33a81041a5ba Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 14 Oct 2024 17:00:10 +0100 Subject: [PATCH] snapshot --- tests/snapshot_tests/test_snapshots.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index cd53ab7b31..a8a35dfeb0 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -2339,6 +2339,10 @@ def compose(self) -> ComposeResult: def test_fr_and_margin(snap_compare): + """Regression test for https://github.com/Textualize/textual/issues/5116""" + + # Check margins can be independently applied to widgets with fr unites + class FRApp(App): CSS = """ #first-container {