diff --git a/ELiDE/ELiDE/tests/test_graphboard.py b/ELiDE/ELiDE/tests/test_graphboard.py index 238fbef9..471ffa05 100644 --- a/ELiDE/ELiDE/tests/test_graphboard.py +++ b/ELiDE/ELiDE/tests/test_graphboard.py @@ -190,6 +190,11 @@ def test_spot_and_pawn_from_dummy(): 100, "Dummy 2 didn't get to board", ) + idle_until( + lambda: board.stack_plane.data, + 100, + "Dummy 2 didn't get into the board's stack_plane", + ) view.pawn_from_dummy(dummy2) idle_until( lambda: dummy2_name in char.thing, 100, "Dummy 2 didn't add thing"