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 7b0ee7c commit 258e5ebCopy full SHA for 258e5eb
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -221,9 +221,9 @@ public IEnumerator CanRenameAction()
221
// Rename the action
222
SimulateTypingText("New Name");
223
224
- // Wait for rename to end
+ // Wait for rename to end and focus to return from text field
225
yield return WaitForSchedulerLoop();
226
- yield return WaitForActionRename(1, isActive: false);
+ yield return WaitForFocus(m_Window.rootVisualElement.Q<TreeView>("actions-tree-view"));
227
228
// Check on the UI side
229
actionContainer = m_Window.rootVisualElement.Q("actions-container");
0 commit comments