mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Test that radioset wraps around when going off the bottom
This commit is contained in:
@@ -72,6 +72,7 @@ async def test_radioset_inner_navigation():
|
||||
("right", 1),
|
||||
("left", 0),
|
||||
("up", 2),
|
||||
("down", 0),
|
||||
):
|
||||
await pilot.press(key, "enter")
|
||||
assert (
|
||||
|
||||
Reference in New Issue
Block a user