Snapshotting Header widgets

This commit is contained in:
Darren Burns
2022-10-24 12:42:32 +01:00
parent f09e5f7d9f
commit 9632e76159
2 changed files with 159 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ def test_footer_render(snap_compare):
assert snap_compare("docs/examples/widgets/footer.py")
def test_header_render(snap_compare):
assert snap_compare("docs/examples/widgets/header.py")
# --- CSS properties ---
# We have a canonical example for each CSS property that is shown in their docs.
# If any of these change, something has likely broken, so snapshot each of them.