From 24408883b9657559c8011dbb73c5a3afae1c8557 Mon Sep 17 00:00:00 2001 From: hyunho Date: Tue, 9 Mar 2021 16:58:22 +0900 Subject: [PATCH] [WidgetControl][Non-ACR][Fix wrong instructions] Change-Id: I429a182482f2e9bef06335b2df5228eb19a2f3d6 Signed-off-by: hyunho --- .../testcase/TSWidgetControl.Instance.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.7.4