mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Anim screenshot fix (#2655)
* fix screenshots in docs * fix anim * added wait for animation switch * remove comment
This commit is contained in:
@@ -1009,6 +1009,7 @@ async def test_scrolling_cursor_into_view():
|
||||
table.add_column("n")
|
||||
table.add_rows([(n,) for n in range(300)])
|
||||
|
||||
await pilot.pause()
|
||||
await pilot.press("c")
|
||||
await pilot.pause()
|
||||
assert table.scroll_y > 100
|
||||
|
||||
Reference in New Issue
Block a user