Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 14, 2024
1 parent b36ee03 commit c167338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/snapshot_tests/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c167338

Please sign in to comment.