Skip to content

Commit

Permalink
Wait for frame to be processed after another state change
Browse files Browse the repository at this point in the history
  • Loading branch information
tspiller committed Dec 10, 2024
1 parent 2f638eb commit 6181acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6181acc

Please sign in to comment.