[Maps][Non-ACR]Two-Finger click precondition updated 39/191539/2
authorSusnata Sovalin <s.sovalin@samsung.com>
Thu, 18 Oct 2018 06:37:36 +0000 (12:07 +0530)
committerLee Sanghoon <shooney.lee@samsung.com>
Mon, 22 Oct 2018 01:47:37 +0000 (01:47 +0000)
Change-Id: I00e4dc978b00c5bf368fa15b16243d9b998e8286
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
tct-suite-vs/Tizen.Maps.Manual.Tests/testcase/TSMapGestureEventArgs.cs
tct-suite-vs/Tizen.Maps.Manual.Tests/testcase/TSMapView.cs

index 23de63e..62378b3 100755 (executable)
@@ -151,6 +151,7 @@ namespace Tizen.Maps.Tests
         [Step(1, "Click Run button. If feature is not supported, TC will automatically pass.")]
         [Step(2, "Perform Two finger click gesture on the map.")]
         [Step(3, "If the gesture is not supported on the device, please test it with Zoom-out (-) button instead, then report the result manually.")]
+        [Step(4, "Time duration for two-finger click must be within 500ms.")]
         [Postcondition(1, "N/A")]
         public static async Task GestureType_PROPERTY_GET_ENUM_GESTURETYPE_TWOFINGERCLICK()
         {
index 80b8acf..68bd802 100755 (executable)
@@ -177,6 +177,7 @@ namespace Tizen.Maps.Tests
         [Step(1, "Click Run button. If feature is not supported, TC will automatically pass.")]
         [Step(2, "Perform Two finger click gesture on the map.")]
         [Step(3, "If the gesture is not supported on the device, please test it with Zoom-out (-) button instead, then report the result manually.")]
+        [Step(4, "Time duration for two-finger click must be within 500ms.")]
         [Postcondition(1, "N/A")]
         public static async Task TwoFingerClicked_CHECK_EVENT()
         {