From 82e5efdb3b5fa08e73d7131bceea95020014f062 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 30 Sep 2024 14:36:24 +0100 Subject: [PATCH] Update tests/snapshot_tests/test_snapshots.py Co-authored-by: Darren Burns --- tests/snapshot_tests/test_snapshots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index a5457f8ddd..7081fcd301 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -2022,6 +2022,8 @@ def action_toggle_console(self) -> None: def test_pop_until_active(snap_compare): + """End result should be screen showing 'BASE'""" + class BaseScreen(Screen): def compose(self) -> ComposeResult: yield Label("BASE")