Test that radioset wraps around when going off the bottom

This commit is contained in:
Dave Pearson
2023-05-04 15:25:33 +01:00
parent b1443c0162
commit e7d3b94334

View File

@@ -72,6 +72,7 @@ async def test_radioset_inner_navigation():
("right", 1), ("right", 1),
("left", 0), ("left", 0),
("up", 2), ("up", 2),
("down", 0),
): ):
await pilot.press(key, "enter") await pilot.press(key, "enter")
assert ( assert (