@@ -74,7 +74,6 @@ IEnumerator WaitForActionRename(int index, bool isActive, double timeoutSecs = 5
7474 #endregion
7575
7676 [ Test ]
77- [ Ignore ( "Instability, see ISXB-1284" ) ]
7877 public void CanListActionMaps ( )
7978 {
8079 var actionMapsContainer = m_Window . rootVisualElement . Q ( "action-maps-container" ) ;
@@ -88,7 +87,6 @@ public void CanListActionMaps()
8887 }
8988
9089 [ UnityTest ]
91- [ Ignore ( "Instability, see ISXB-1284" ) ]
9290 public IEnumerator CanCreateActionMap ( )
9391 {
9492 var button = m_Window . rootVisualElement . Q < Button > ( "add-new-action-map-button" ) ;
@@ -117,7 +115,6 @@ public IEnumerator CanCreateActionMap()
117115 }
118116
119117 [ UnityTest ]
120- [ Ignore ( "Instability, see ISXB-1284" ) ]
121118 public IEnumerator CanRenameActionMap ( )
122119 {
123120 var actionMapsContainer = m_Window . rootVisualElement . Q ( "action-maps-container" ) ;
@@ -166,7 +163,6 @@ public IEnumerator CanRenameActionMap()
166163 }
167164
168165 [ UnityTest ]
169- [ Ignore ( "Instability, see ISXB-1284" ) ]
170166 public IEnumerator CanDeleteActionMap ( )
171167 {
172168 var actionMapsContainer = m_Window . rootVisualElement . Q ( "action-maps-container" ) ;
@@ -195,7 +191,6 @@ public IEnumerator CanDeleteActionMap()
195191 }
196192
197193 [ UnityTest ]
198- [ Ignore ( "Instability, see ISXB-1284" ) ]
199194 public IEnumerator CanRenameAction ( )
200195 {
201196 var actionContainer = m_Window . rootVisualElement . Q ( "actions-container" ) ;
@@ -215,6 +210,8 @@ public IEnumerator CanRenameAction()
215210
216211 // Click twice to start the rename
217212 SimulateClickOn ( actionItem [ 1 ] ) ;
213+ yield return WaitForNotDirty ( ) ;
214+
218215 // If the item is already focused, don't click again
219216 if ( ! actionItem [ 1 ] . IsFocused )
220217 {
0 commit comments