From 249949b675f243e8a005874d0d408cb1da728e24 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..054077cecb 100644 --- a/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs +++ b/Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs @@ -222,6 +222,7 @@ public IEnumerator CanRenameAction() SimulateTypingText("New Name"); // Wait for rename to end + yield return WaitForSchedulerLoop(); yield return WaitForActionRename(1, isActive: false); // Check on the UI side