From: Seunghyun Choi Date: Wed, 19 Sep 2018 09:19:41 +0000 (+0900) Subject: [ElmSharp][Non-ACR][Fix TCT Fail issue] X-Git-Tag: tct5.0_m2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f5910fe6d9e9fe90975b3ea7fdbb7f10655ed75;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp][Non-ACR][Fix TCT Fail issue] Change-Id: I04e304f8e591c22302b8c85551067f1a90f82f75 --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs old mode 100755 new mode 100644 index fa85c7a6d..c6eaa2e80 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs @@ -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() {