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

pull/10846/head
tudordan7 3 years ago committed by Дамян Минков
parent 95d4c8ffb8
commit 8258490873
  1. 3
      react/features/notifications/components/web/Notification.js

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

Loading…
Cancel
Save