feat(notification-button-testid): Add testid to notification buttons.
This commit is contained in:
parent
95d4c8ffb8
commit
8258490873
|
@ -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]
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue