Skip to content

Commit 249949b

Browse files
committed
Wait for frame to be processed after another state change
1 parent 2f638eb commit 249949b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public IEnumerator CanRenameAction()
222222
SimulateTypingText("New Name");
223223

224224
// Wait for rename to end
225+
yield return WaitForSchedulerLoop();
225226
yield return WaitForActionRename(1, isActive: false);
226227

227228
// Check on the UI side

0 commit comments

Comments
 (0)