mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 11:25:25 +08:00
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) {
|
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…
x
Reference in New Issue
Block a user