From 241928ddbf3281a66e3cdc085a35cd823dbbf41a Mon Sep 17 00:00:00 2001 From: Jeonghyun Yun Date: Thu, 10 Oct 2019 10:50:24 +0900 Subject: [PATCH] [ElmSharp][Non-ACR] Deleted wrong TC description Change-Id: I9033a7533c19814258194fa77df944ee70eea2bb Signed-off-by: Jeonghyun Yun --- .../Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 7f02f5d63..4399233ec 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 +} -- 2.34.1