From 6181acc691fa44f00fc4364ab56fb6b443e8ecb7 Mon Sep 17 00:00:00 2001 From: Trudy Spiller Date: Tue, 10 Dec 2024 09:53:27 +0000 Subject: [PATCH] Wait for frame to be processed after another state change --- Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs index b47f6e488d..3d72727648 100644 --- a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs +++ b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs @@ -147,6 +147,7 @@ public IEnumerator CanRenameActionMap() SimulateTypingText("New Name"); // wait for the edition to end + yield return WaitForSchedulerLoop(); yield return WaitForActionMapRename(1, isActive: false); // Check on the UI side