[Information][Manual][Non-ACR] Skip auto rotation test on Wearable profile 22/189622/1
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 19 Sep 2018 08:39:32 +0000 (17:39 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 19 Sep 2018 08:40:47 +0000 (17:40 +0900)
Change-Id: I5387549f070908cd0c2eaab3ef7581246201ba74
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs

index 80361b1..5900c07 100755 (executable)
@@ -684,7 +684,7 @@ namespace Tizen.System.Tests {
         [Step(1, "Click Run button")]
         [Step(2, "Enable AutoRotation:  Home screen -> Drop down menu -> Auto Rotate -> Enable ")]
         public static async Task AutoRotationEnabled_CHECK_ENABLE() {
-            if (SupportChecker.IsSupported("http://tizen.org/feature/screen.auto_rotation"))
+            if (SupportChecker.IsSupported("http://tizen.org/feature/screen.auto_rotation") && !SupportChecker.IsWearable())
             {
                 Information.SetCallback(AutoRotation, AutoRotationEnableCallback);
                 await ManualTest.WaitForConfirm();
@@ -710,7 +710,7 @@ namespace Tizen.System.Tests {
         [Step(1, "Click Run button")]
         [Step(2, "Disable AutoRotation:  Home screen -> Drop down menu -> Auto Rotate -> Disable ")]
         public static async Task AutoRotationEnabled_CHECK_DISABLE() {
-            if (SupportChecker.IsSupported("http://tizen.org/feature/screen.auto_rotation"))
+            if (SupportChecker.IsSupported("http://tizen.org/feature/screen.auto_rotation") && !SupportChecker.IsWearable())
             {
                 Information.SetCallback(AutoRotation, AutoRotationDisableCallback);
                 await ManualTest.WaitForConfirm();