DEV: fixes typo in notifications-tracking assertions (#30371)

This commit is contained in:
Joffrey JAFFEUX 2024-12-19 12:05:54 +01:00 committed by GitHub
parent bce0018163
commit 9ca8f706bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}