diff --git a/react/features/notifications/components/web/Notification.js b/react/features/notifications/components/web/Notification.js index 9939ae742..4fd035a58 100644 --- a/react/features/notifications/components/web/Notification.js +++ b/react/features/notifications/components/web/Notification.js @@ -144,7 +144,7 @@ class Notification extends AbstractNotification { this._onDismissed(); } }, - testId: this.props.customActionNameKey[customActionIndex] + testId: customAction }; }); }