feat(notification-button-testid): Add testid to notification buttons.

This commit is contained in:
tudordan7 2022-01-25 09:45:39 +02:00 committed by Дамян Минков
parent 8258490873
commit b3c4fb6287
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Notification extends AbstractNotification<Props> {
this._onDismissed();
}
},
testId: this.props.customActionNameKey[customActionIndex]
testId: customAction
};
});
}