diff --git a/react/features/notifications/components/web/Notification.js b/react/features/notifications/components/web/Notification.js index 5956d4f39..9939ae742 100644 --- a/react/features/notifications/components/web/Notification.js +++ b/react/features/notifications/components/web/Notification.js @@ -143,7 +143,8 @@ class Notification extends AbstractNotification { if (this.props.customActionHandler[customActionIndex]()) { this._onDismissed(); } - } + }, + testId: this.props.customActionNameKey[customActionIndex] }; }); }