Skip to content

Commit 1680297

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,12 @@ def action_toggle_console(self) -> None:
21022102

21032103

21042104
def test_updates_with_auto_refresh(snap_compare):
2105-
"""Regression test for https://github.com/Textualize/textual/issues/5056"""
2105+
"""Regression test for https://github.com/Textualize/textual/issues/5056
2106+
2107+
After hiding and unhiding the RichLog, you should be able to see 1.5 fully rendered placeholder widgets.
2108+
Prior to this fix, the bottom portion of the screen did not
2109+
refresh after the RichLog was hidden/unhidden while in the presence of the auto-refreshing ProgressBar widget.
2110+
"""
21062111

21072112
class MRE(App):
21082113
BINDINGS = [

0 commit comments

Comments
 (0)