[ElmSharp][Non-ACR][Fix TCT Fail issue] 29/189629/1
authorSeunghyun Choi <sh4682.choi@samsung.com>
Wed, 19 Sep 2018 09:19:41 +0000 (18:19 +0900)
committerSeunghyun Choi <sh4682.choi@samsung.com>
Wed, 19 Sep 2018 09:21:40 +0000 (18:21 +0900)
Change-Id: I04e304f8e591c22302b8c85551067f1a90f82f75

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

old mode 100755 (executable)
new mode 100644 (file)
index fa85c7a..c6eaa2e
@@ -129,8 +129,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Tap on the Run button")]
-        [Step(2, "If there are 80% space on left,click PASS; else FAIL")]
-        [Step(3, "Tap on the Pass button or the Fail button")]
+        [Step(2, "Move pan split bar left side")]
+        [Step(3, "If there are 80% space on left,click PASS; else FAIL")]
+        [Step(4, "Tap on the Pass button or the Fail button")]
         [Postcondition(1, "NA")]
         public static async Task LeftMinimumRelativeSize_LOOK()
         {
@@ -151,8 +152,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Tap on the Run button")]
-        [Step(2, "If there are 80% space on right,click PASS; else FAIL")]
-        [Step(3, "Tap on the Pass button or the Fail button")]
+        [Step(2, "Move pan split bar right side")]
+        [Step(3, "If there are 80% space on right,click PASS; else FAIL")]
+        [Step(4, "Tap on the Pass button or the Fail button")]
         [Postcondition(1, "NA")]
         public static async Task RightMinimumRelativeSize_LOOK()
         {
@@ -174,8 +176,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Tap on the Run button")]
-        [Step(2, "If there are 600 length space  PASS; else FAIL")]
-        [Step(3, "Tap on the Pass button or the Fail button")]
+        [Step(2, "Move pan split bar left side")]
+        [Step(3, "If there are 600 length space  PASS; else FAIL")]
+        [Step(4, "Tap on the Pass button or the Fail button")]
         [Postcondition(1, "NA")]
         public static async Task LeftMinimumSize_LOOK()
         {
@@ -197,8 +200,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Tap on the Run button")]
-        [Step(2, "If there are 600 length space  PASS; else FAIL")]
-        [Step(3, "Tap on the Pass button or the Fail button")]
+        [Step(2, "Move pan split bar right side")]
+        [Step(3, "If there are 600 length space  PASS; else FAIL")]
+        [Step(4, "Tap on the Pass button or the Fail button")]
         [Postcondition(1, "NA")]
         public static async Task RightMinimumSize_LOOK()
         {