mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -646,6 +646,7 @@ async def test_hover_coordinate():
|
||||
table.add_column("ABC")
|
||||
table.add_row("123")
|
||||
table.add_row("456")
|
||||
await pilot.pause()
|
||||
assert table.hover_coordinate == Coordinate(0, 0)
|
||||
await pilot.hover(DataTable, offset=Offset(2, 2))
|
||||
assert table.hover_coordinate == Coordinate(1, 0)
|
||||
|
||||
Reference in New Issue
Block a user