feat(notification-button-testid): Add testid to notification buttons.
This commit is contained in:
parent
8258490873
commit
b3c4fb6287
|
@ -144,7 +144,7 @@ class Notification extends AbstractNotification<Props> {
|
|||
this._onDismissed();
|
||||
}
|
||||
},
|
||||
testId: this.props.customActionNameKey[customActionIndex]
|
||||
testId: customAction
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue