Add disabled snapshot test to the general snapshot tests

This commit is contained in:
Dave Pearson
2023-02-14 15:53:45 +00:00
parent fbd871c3d7
commit b4f8a6b778
2 changed files with 175 additions and 0 deletions

View File

@@ -218,3 +218,7 @@ def test_auto_width_input(snap_compare):
def test_screen_switch(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "screen_switch.py", press=["a", "b"])
def test_disabled_widgets(snap_compare):
assert snap_compare(SNAPSHOT_APPS_DIR / "disable_widgets.py")