FEATURE: add a Dismiss link to user menu that dismisses all notifications

This commit is contained in:
Neil Lalonde
2017-11-07 10:41:12 -05:00
parent 8f560f0bf4
commit 814502f7bb
5 changed files with 76 additions and 9 deletions

View File

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