From: hyunho Date: Tue, 9 Mar 2021 07:58:22 +0000 (+0900) Subject: [WidgetControl][Non-ACR][Fix wrong instructions] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24408883b9657559c8011dbb73c5a3afae1c8557;p=test%2Ftct%2Fcsharp%2Fapi.git [WidgetControl][Non-ACR][Fix wrong instructions] Change-Id: I429a182482f2e9bef06335b2df5228eb19a2f3d6 Signed-off-by: hyunho --- diff --git a/tct-suite-vs/Tizen.WidgetControl.Manual.Tests/testcase/TSWidgetControl.Instance.cs b/tct-suite-vs/Tizen.WidgetControl.Manual.Tests/testcase/TSWidgetControl.Instance.cs index efb8789..42d6ada 100755 --- a/tct-suite-vs/Tizen.WidgetControl.Manual.Tests/testcase/TSWidgetControl.Instance.cs +++ b/tct-suite-vs/Tizen.WidgetControl.Manual.Tests/testcase/TSWidgetControl.Instance.cs @@ -70,7 +70,7 @@ namespace Tizen.Applications.Tests [Precondition(3, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(4, "Enter command \"sdb dlog WidgetMulti2\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "Launch WidgetViewerApp.Tizen(Enter command \"app_launcher -s org.tizen.example.WidgetViewerApp.Tizen\" to terminal) application -> Click ChangePeriod Test Button -> return to app test")] + [Step(2, "Launch WidgetViewerApp.Tizen(Enter command \"app_launcher -s org.tizen.example.WidgetMultiViewer.Tizen\" to terminal) application -> Click ChangePeriod Test Button -> return to app test")] [Step(2, "Check if log show \"WidgetMulti2.Tizen.cs: ChangePeriod_Clicked > ChangePeriod done\".")] [Postcondition(1, "Close the terminal")] public async Task ChangePeriod_MANUAL_TEST() @@ -91,7 +91,7 @@ namespace Tizen.Applications.Tests [Precondition(3, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(4, "Enter command \"sdb dlog WidgetMulti2\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "Launch WidgetViewerApp.Tizen(Enter command \"app_launcher -s org.tizen.example.WidgetViewerApp.Tizen\" to terminal) application -> Click GetContent Test Button -> return to app test")] + [Step(2, "Launch WidgetViewerApp.Tizen(Enter command \"app_launcher -s org.tizen.example.WidgetMultiViewer.Tizen\" to terminal) application -> Click GetContent Test Button -> return to app test")] [Step(2, "Check if log show \"WidgetMulti2.Tizen.cs: GetContent_Clicked > GetContent done\".")] [Postcondition(1, "Close the terminal")] public async Task GetContent_MANUAL_TEST()