[ElmSharp][Non-ACR] Deleted wrong TC description 05/215505/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 10 Oct 2019 01:50:24 +0000 (10:50 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Thu, 10 Oct 2019 01:51:32 +0000 (10:51 +0900)
Change-Id: I9033a7533c19814258194fa77df944ee70eea2bb
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSSpinner.cs

index 7f02f5d..4399233 100755 (executable)
@@ -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
+}