DEV: fixes typo in notifications-tracking assertions (#30371)
This commit is contained in:
parent
bce0018163
commit
9ca8f706bf
|
@ -18,7 +18,7 @@ class NotificationsTracking {
|
|||
}
|
||||
|
||||
hasSelectedLevelId(id, message) {
|
||||
this.context.dom(this.element).hasAttribute("data-level-id", name, message);
|
||||
this.context.dom(this.element).hasAttribute("data-level-id", id, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue