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 099e53a commit 70b5949Copy full SHA for 70b5949
Assets/Tests/InputSystem.Editor/InputActionsEditorTests.cs
@@ -205,7 +205,7 @@ public IEnumerator CanRenameAction()
205
var timeoutSecs = 10.0;
206
yield return WaitForSchedulerLoop();
207
yield return WaitForNotDirty(timeoutSecs);
208
- yield return WaitForFocus(m_Window.rootVisualElement.Q<TreeView>("actions-tree-view"));
+ yield return WaitForFocus(m_Window.rootVisualElement.Q<TreeView>("actions-tree-view"), timeoutSecs);
209
210
// Re-fetch the actions since the UI may have refreshed.
211
actionItem = actionContainer.Query<InputActionsTreeViewItem>().ToList();
0 commit comments