We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f638eb commit 6181accCopy full SHA for 6181acc
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -147,6 +147,7 @@ public IEnumerator CanRenameActionMap()
147
SimulateTypingText("New Name");
148
149
// wait for the edition to end
150
+ yield return WaitForSchedulerLoop();
151
yield return WaitForActionMapRename(1, isActive: false);
152
153
// Check on the UI side
0 commit comments