From: shyun.min Date: Mon, 21 May 2018 01:29:49 +0000 (+0900) Subject: [ElmSharp.Wearable][Non-ACR] Modify test descripion X-Git-Tag: public_m1_final~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f86b44825dc3d26a7b9046d650cae34adfd946c;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp.Wearable][Non-ACR] Modify test descripion Change-Id: I0b01e14aad6b55567186bc28517d952899d443a9 --- diff --git a/tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSRotaryEventExtensions.cs b/tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSRotaryEventExtensions.cs old mode 100755 new mode 100644 index 5e3816a..df81bd1 --- a/tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSRotaryEventExtensions.cs +++ b/tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSRotaryEventExtensions.cs @@ -210,7 +210,7 @@ namespace ElmSharp.Wearable.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click run TC.")] - [Step(2, "Plz change time with wheel, and the time will not be changed successfully.")] + [Step(2, "Circle object to detect wheel rotation will be not shown, because it is deactivated.")] [Step(3, "If it is, click Pass, or Fail.")] [Postcondition(1, "NA")] public static async Task Deactivate_CHECK_IRotaryActionWidget() @@ -256,7 +256,7 @@ namespace ElmSharp.Wearable.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click run TC.")] - [Step(2, "Plz change tiem with wheel, and it will display result automatically.")] + [Step(2, "Plz change time with wheel, and it will display result automatically.")] [Postcondition(1, "NA")] public static async Task AddRotaryEventHandler_CHECK() { @@ -280,8 +280,9 @@ namespace ElmSharp.Wearable.Tests [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] [Precondition(1, "NA")] [Step(1, "Click run TC.")] - [Step(2, "Plz change tiem with wheel, and it will not display result automatically.")] - [Step(3, "If it is, click Pass, or Fail.")] + [Step(2, "Plz change time with wheel, and back to previous page")] + [Step(3, "Since callback was removed, it will not retrun test result automatically.")] + [Step(4, "If you can not see result PASS, click Pass.")] [Postcondition(1, "NA")] public static async Task RemoveRotaryEventHandler_CHECK() { @@ -294,5 +295,4 @@ namespace ElmSharp.Wearable.Tests await ManualTest.WaitForConfirm(); } } - }