Skip to content

Commit 82e5efd

Browse files
Update tests/snapshot_tests/test_snapshots.py
Co-authored-by: Darren Burns <[email protected]>
1 parent f518e0d commit 82e5efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,8 @@ def action_toggle_console(self) -> None:
20222022

20232023

20242024
def test_pop_until_active(snap_compare):
2025+
"""End result should be screen showing 'BASE'"""
2026+
20252027
class BaseScreen(Screen):
20262028
def compose(self) -> ComposeResult:
20272029
yield Label("BASE")

0 commit comments

Comments
 (0)