[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)
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,