Anim screenshot fix (#2655)

* fix screenshots in docs

* fix anim

* added wait for animation switch

* remove comment
This commit is contained in:
Will McGugan
2023-05-25 13:46:14 +01:00
committed by GitHub
parent 62fcefbd2d
commit 3ab315beb6
3 changed files with 17 additions and 10 deletions

View File

@@ -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