From: hyunho Date: Thu, 10 Sep 2020 06:13:54 +0000 (+0900) Subject: [Notification][Non-ACR][Fix wrong ReplyAction test] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c68f4301335d5d09d207cd9ed9fe2a443dab3f0;p=test%2Ftct%2Fcsharp%2Fapi.git [Notification][Non-ACR][Fix wrong ReplyAction test] Change-Id: Ib32ec3571d20ae88addef66d54921036d00a1a29 Signed-off-by: hyunho --- 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,