From 0f5910fe6d9e9fe90975b3ea7fdbb7f10655ed75 Mon Sep 17 00:00:00 2001 From: Seunghyun Choi Date: Wed, 19 Sep 2018 18:19:41 +0900 Subject: [PATCH] [ElmSharp][Non-ACR][Fix TCT Fail issue] Change-Id: I04e304f8e591c22302b8c85551067f1a90f82f75 --- .../Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSPanes.cs 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 fa85c7a..c6eaa2e --- 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() { -- 2.7.4