[ElmSharp][Non-ACR] Update TCT for unsupported feature on TV profile 94/184594/1
authorJoonghyun Cho <jh5.cho@samsung.com>
Thu, 19 Jul 2018 05:22:28 +0000 (14:22 +0900)
committerJoonghyun Cho <jh5.cho@samsung.com>
Thu, 19 Jul 2018 05:22:28 +0000 (14:22 +0900)
Change-Id: Ib767715608ec158de8fd5a1b2cdf03d97650cd0a

tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 05349c4..f516136
@@ -751,7 +751,7 @@ namespace ElmSharp.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "UIBH")]
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
-        [Precondition(1, "This test will be automatically passed on Wearable and TV because of difference of UX.")]
+        [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
         [Step(1, "Click Run TC.")]
         [Step(2, "Click CopySelection button, and you will see that the text is selected and a popup which shows 'Item already copied to clipboard'.")]
         [Step(3, "If it is, click Pass, or Fail.")]
@@ -782,7 +782,7 @@ namespace ElmSharp.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "UIBH")]
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
-        [Precondition(1, "This test will be automatically passed on Wearable abd TV because of difference of UX.")]
+        [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
         [Step(1, "Click Run TC.")]
         [Step(2, "Click CutSelection button, and you will see that the text is cutted and a popup which shows 'Item already copied to clipboard'.")]
         [Step(3, "If it is, click Pass, or Fail.")]
@@ -839,15 +839,15 @@ namespace ElmSharp.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "UIBH")]
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
-        [Precondition(1, "This test will be automatically passed on Wearable because of difference of UX.")]
+        [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
         [Step(1, "Click Run TC.")]
         [Step(2, "Click DisableSelection button and SelectAll button")]
-        [Step(3, "Please, check selected sentence at both ends")]
-        [Step(4, "Pass if there is no any mark at both ends of selected sentencea")]
+        [Step(3, "Please, check the both ends of the selected sentence")]
+        [Step(4, "Pass if there is no marks(handlers) at both ends of the selected sentence")]
         [Postcondition(1, "NA")]
         public static async Task DisableSelection_METHOD()
         {
-            if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.WearableProfile) == 0)
+            if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.MobileProfile) != 0)
             {
                 _testPage.UnlockUIButton();
                 Assert.Pass("Not Supported");