From 82d659655f6ca50ae07dbb90e59b77f6abdeec52 Mon Sep 17 00:00:00 2001 From: Joonghyun Cho Date: Thu, 19 Jul 2018 14:22:28 +0900 Subject: [PATCH] [ElmSharp][Non-ACR] Update TCT for unsupported feature on TV profile Change-Id: Ib767715608ec158de8fd5a1b2cdf03d97650cd0a --- tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs old mode 100755 new mode 100644 index 05349c4..f516136 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSEntry.cs @@ -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"); -- 2.7.4