(AutomatedTests) Fixed failing TET case in FocusManager
[platform/core/uifw/dali-toolkit.git] / automated-tests / dali-test-suite / focus-manager / utc-Dali-FocusManager.cpp
index 5bd16e7..4ec250d 100644 (file)
@@ -394,7 +394,7 @@ static void UtcDaliFocusManagerSetAndGetCurrentFocusActor()
   application.Render();
 
   // Make the third actor not focusable
   application.Render();
 
   // Make the third actor not focusable
-  Property::Index propertyActorFocusable = third.GetPropertyIndex("is-focus-group");
+  Property::Index propertyActorFocusable = third.GetPropertyIndex("focusable");
   third.SetProperty(propertyActorFocusable, false);
   // flush the queue and render once
   application.SendNotification();
   third.SetProperty(propertyActorFocusable, false);
   // flush the queue and render once
   application.SendNotification();