[Notification][Non-ACR][Fix wrong ReplyAction test] 89/243789/1
authorhyunho <hhstark.kang@samsung.com>
Thu, 10 Sep 2020 06:13:54 +0000 (15:13 +0900)
committerhyunho <hhstark.kang@samsung.com>
Thu, 10 Sep 2020 06:13:54 +0000 (15:13 +0900)
Change-Id: Ib32ec3571d20ae88addef66d54921036d00a1a29
Signed-off-by: hyunho <hhstark.kang@samsung.com>
tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b91b9d5..70ae2cc
@@ -158,8 +158,7 @@ namespace Tizen.Applications.Notifications.Tests
         [Property("CRITERIA", "PRW")]
         [Property("AUTHOR", "Seungha Son, seungha.son@samsung.com")]
         [Step(1, "Click run TC")]
-        [Step(2, "Click Button2")]
-        [Step(3, "Check if Direct-reply is appearing on posted notification")]
+        [Step(2, "Check if Direct-reply is appearing on posted notification")]
         public async Task ReplyAction_MANUAL_TEST()
         {
             if (isMobile == false)
@@ -188,22 +187,6 @@ namespace Tizen.Applications.Notifications.Tests
                 IsAutoRemove = false
             };
 
-            style.AddButtonAction(new Notification.ButtonAction
-            {
-                Index = ButtonIndex.First,
-                Text = "Button1",
-                ImagePath = path,
-                Action = new AppControl { ApplicationId = "org.tizen.setting" }
-            });
-
-            style.AddButtonAction(new Notification.ButtonAction
-            {
-                Index = ButtonIndex.Second,
-                Text = "Button2",
-                ImagePath = path,
-                Action = new AppControl { ApplicationId = _testAppId }
-            });
-
             style.ReplyAction = new Notification.ReplyAction
             {
                 ParentIndex = ButtonIndex.Second,