REFACTOR: Update the notification menu to remove scrolling (#10371)

This commit is contained in:
Kris
2020-08-10 16:17:15 -04:00
committed by GitHub
parent d67f7a7984
commit 1972364d0f
11 changed files with 98 additions and 122 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ widgetTest("basics", {
assert.ok(find(".user-notifications-link").length);
assert.ok(find(".user-bookmarks-link").length);
assert.ok(find(".quick-access-panel").length);
assert.ok(find(".dismiss-link").length);
assert.ok(find(".notifications-dismiss").length);
}
});