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

This commit is contained in:
tudordan7 2022-01-23 13:02:33 +02:00 committed by Дамян Минков
parent 95d4c8ffb8
commit 8258490873
1 changed files with 2 additions and 1 deletions

View File

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