From: Jeonghyun Yun Date: Thu, 10 Oct 2019 01:50:24 +0000 (+0900) Subject: [ElmSharp][Non-ACR] Deleted wrong TC description X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F215505%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp][Non-ACR] Deleted wrong TC description Change-Id: I9033a7533c19814258194fa77df944ee70eea2bb Signed-off-by: Jeonghyun Yun --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs index 7f02f5d..4399233 100755 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs @@ -188,10 +188,9 @@ namespace ElmSharp.Tests [Property("AUTHOR", "An Li, an87.li@samsung.com")] [Precondition(1, "This test will be automatically passed on TV and Wearable. (Due to limitation on profiles)")] [Step(1, "Click run TC")] - [Step(2, "Long press text area of Spinner")] - [Step(3, "Click the 'Replace 5 with FIVE' button")] - [Step(4, "Check the string of spinner")] - [Step(5, "Click Pass for 'FIVE', otherwise, Click Fail")] + [Step(2, "Click the 'Replace 5 with FIVE' button")] + [Step(3, "Check the string of spinner")] + [Step(4, "Click Pass for 'FIVE', otherwise, Click Fail")] [Postcondition(1, "NA")] public async Task AddSpecialValue_Method() { @@ -232,4 +231,4 @@ namespace ElmSharp.Tests _spinner.DelayedValueChanged -= OnDelayedValueChanged; } } -} \ No newline at end of file +}