[tests][e2e] Add a test for Widget#scroll_to_widget()

This commit is contained in:
Olivier Philippon
2022-05-10 16:55:48 +01:00
parent 6bfe065150
commit e70f8a4333
6 changed files with 173 additions and 22 deletions

View File

@@ -150,8 +150,6 @@ async def test_composition_of_vertical_container_with_children(
expected_screen_size = Size(*screen_size)
async with app.in_running_state():
app.log_tree()
# root widget checks:
root_widget = cast(Widget, app.get_child("root"))
assert root_widget.size == expected_screen_size