From eed200a4eed818dde4de8d292ffaa6b870a0216b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 1 Oct 2024 15:05:05 +0100 Subject: [PATCH] comment --- tests/snapshot_tests/test_snapshots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 75930c090c..e222473837 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -2138,9 +2138,9 @@ def action_toggle_widget(self, widget_type: str) -> None: def test_push_screen_on_mount(snap_compare): - """Test pushing screen immediately on mount, which was not refreshing the base screen. + """Test pushing (modal) screen immediately on mount, which was not refreshing the base screen. - Should show a panel over Hello World text + Should show a panel partially obscuring Hello World text """