[NUI][Non-ACR] Not support wheel event on Emulator 26/216126/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 21 Oct 2019 08:32:53 +0000 (17:32 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 21 Oct 2019 08:32:53 +0000 (17:32 +0900)
Change-Id: I8d6aa46326f86fafbef1857f4b7ca62221183ddc
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSView.cs
tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs

index 08b3aa7..4f99462 100755 (executable)
@@ -192,10 +192,11 @@ namespace Tizen.NUI.Tests
         [Step(2, "Click run button to run TC")]
         [Step(3, "Sliding mouse wheel when on button .")]
         [Step(4, "TC will pass after Sliding mouse wheel.")]
+        [Step(5, "Not supported on wearable and emulator")]
         [Postcondition(1, "NA")]
         public async Task WheelEvent_CB()
         {
-            if (ManualTest.IsWearable())
+            if (ManualTest.IsWearable() || ManualTest.IsEmulator())
             {
                 _wearTestPage.ExecuteTC(_label);
                 await ManualTest.WaitForConfirm();
index d8ef8ff..1fef4d2 100755 (executable)
@@ -128,7 +128,7 @@ namespace Tizen.NUI.Tests
         [Step(2, "Press the Home button to hide the current window.")]
         [Step(3, "Hold down the Home button to launch the task manager.")]
         [Step(4, "Select the Tizen.NUI.Manual.Tests in Task Manager or run the Tizen.NUI.Manual.Tests again.")]
-        [Step(5, "In case of Wearable, Press the home button, Run the Tizen.NUI.Manual.Tests again.")]\r
+        [Step(5, "In case of Wearable, Press the home button, Run the Tizen.NUI.Manual.Tests again.")]
         [Step(6, "In case of XU3, Prepare keyboard and connect to XU3. Press the Home button to hide the current window. Press return button return to TCT page")]
         [Step(7, "In case of TV, Press smarthub button in remote controller. Press return button return to TCT page")]
         [Step(8, "The TC will pass.")]
@@ -196,10 +196,11 @@ namespace Tizen.NUI.Tests
         [Step(2, "Click run button to run TC")]
         [Step(3, "Sliding mouse wheel.")]
         [Step(4, "TC will pass after Sliding mouse wheel.")]
+        [Step(5, "Not supported on wearable and emulator")]
         [Postcondition(1, "NA")]
         public async Task WheelEvent_CB()
         {
-            if (ManualTest.IsWearable())
+            if (ManualTest.IsWearable() || ManualTest.IsEmulator())
             {
                 _wearTestPage.ExecuteTC(_label);
                 await ManualTest.WaitForConfirm();