mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
FEATURE: add a Dismiss link to user menu that dismisses all notifications
This commit is contained in:
@ -11,6 +11,7 @@ widgetTest('basics', {
|
||||
assert.ok(this.$('.user-bookmarks-link').length);
|
||||
assert.ok(this.$('.user-preferences-link').length);
|
||||
assert.ok(this.$('.notifications').length);
|
||||
assert.ok(this.$('.dismiss-link').length);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user