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 249949bCopy full SHA for 249949b
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -222,6 +222,7 @@ public IEnumerator CanRenameAction()
222
SimulateTypingText("New Name");
223
224
// Wait for rename to end
225
+ yield return WaitForSchedulerLoop();
226
yield return WaitForActionRename(1, isActive: false);
227
228
// Check on the UI side
0 commit comments