mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add disabled snapshot test to the general snapshot tests
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -218,3 +218,7 @@ def test_auto_width_input(snap_compare):
|
|||||||
|
|
||||||
def test_screen_switch(snap_compare):
|
def test_screen_switch(snap_compare):
|
||||||
assert snap_compare(SNAPSHOT_APPS_DIR / "screen_switch.py", press=["a", "b"])
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user