From 62c5e577e0d2a42b469fba8e11157d711706d769 Mon Sep 17 00:00:00 2001 From: Zachary Spector Date: Fri, 5 Jul 2024 02:00:30 +1200 Subject: [PATCH] Fix test_spot_and_pawn_from_dummy --- ELiDE/ELiDE/tests/test_graphboard.py | 5 +++++ 1 file changed, 5 insertions(+) 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"