From 7c68f4301335d5d09d207cd9ed9fe2a443dab3f0 Mon Sep 17 00:00:00 2001 From: hyunho Date: Thu, 10 Sep 2020 15:13:54 +0900 Subject: [PATCH] [Notification][Non-ACR][Fix wrong ReplyAction test] Change-Id: Ib32ec3571d20ae88addef66d54921036d00a1a29 Signed-off-by: hyunho --- .../testcase/TSNotification.ActiveStyle.cs | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs diff --git a/tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs b/tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs old mode 100755 new mode 100644 index b91b9d5ff..70ae2cc9f --- a/tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs +++ b/tct-suite-vs/Tizen.Notifications.Manual.Tests/testcase/TSNotification.ActiveStyle.cs @@ -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, -- 2.34.1