[ComponentBased.Manual][Non-ACR] Fix test step 01/215501/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 10 Oct 2019 01:04:11 +0000 (10:04 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 10 Oct 2019 01:04:11 +0000 (10:04 +0900)
Change-Id: Ie951656102098032329189e0add32e734663ea81
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSBaseComponent.cs [changed mode: 0644->0755]
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSFrameComponent.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a4266f9..101d507
@@ -427,8 +427,9 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Precondition(3, "Enter command \"sdb dlog | grep ComponentBasedTest\" to terminal")]
         [Step(1, "Click run TC")]
         [Step(2, "Press 'Click me' button")]
-        [Step(3, "Press Home hardkey")]
-        [Step(4, "Check if log show \"FrameComp_SuspendedStateChanged > SuspendedState Changed\".")]
+        [Step(3, "[TV profile] This test can not be tested. Please click \"Pass\" button.")]
+        [Step(4, "Press Home hardkey")]
+        [Step(5, "Check if log show \"FrameComp_SuspendedStateChanged > SuspendedState Changed\".")]
         [Postcondition(1, "Close the terminal")]
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task SuspendedStateChanged_EVENT_TEST()
old mode 100644 (file)
new mode 100755 (executable)
index 83295ba..b47495d
@@ -164,7 +164,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]
         [Step(1, "Click run TC")]
         [Step(2, "Press 'Click me' button")]
-        [Step(3, "Press Home button")]
+        [Step(3, "Press launched application's 'Group Launch' button")]
         [Step(4, "Check if log show \"ComponentBasedTest: OnPause\".")]
         [Postcondition(1, "Close the terminal")]
         [Postcondition(2, "Press launched application's 'Exit' button")]