fix for auto width and relative dimensions

This commit is contained in:
Will McGugan
2022-12-08 11:06:35 +00:00
parent b9cef559a3
commit bec01bba91
9 changed files with 563 additions and 373 deletions

View File

@@ -139,15 +139,18 @@ def test_multiple_css(snap_compare):
def test_order_independence(snap_compare):
# Interaction between multiple CSS files and app-level/classvar CSS
assert snap_compare("snapshot_apps/order_independence.py")
def test_order_independence_toggle(snap_compare):
# Interaction between multiple CSS files and app-level/classvar CSS
assert snap_compare("snapshot_apps/order_independence.py", press="t,_")
def test_columns_height(snap_compare):
# Interaction with height auto, and relative heights to make columns
assert snap_compare("snapshot_apps/columns_height.py")
# --- Other ---