Merge "ModelView using scene-loader" into devel/master
authorSeungho BAEK <sbsh.baek@samsung.com>
Mon, 18 Jul 2022 09:12:00 +0000 (09:12 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 18 Jul 2022 09:12:00 +0000 (09:12 +0000)
automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp

index f24108c..f762e8d 100644 (file)
@@ -2701,14 +2701,14 @@ int utcDaliTextFieldEvent03(void)
   application.Render();
 
   // Tap first to get the focus.
-  TestGenerateTap(application, 3.0f, 25.0f);
+  TestGenerateTap(application, 3.0f, 25.0f, 100);
 
   // Render and notify
   application.SendNotification();
   application.Render();
 
   // Double tap to select a word.
-  TestGenerateTap(application, 3.0f, 25.0f);
+  TestGenerateTap(application, 3.0f, 25.0f, 200);
 
   // Render and notify
   application.SendNotification();