mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: additional links for moderator's sidebar (#26815)
In this PR we introduced an admin sidebar for moderators - https://github.com/discourse/discourse/pull/26795 `What's new` and `all reports` links were missing as moderators have access to those pages.
This commit is contained in:
committed by
GitHub
parent
267b26c8d6
commit
8704499b5a
@@ -201,6 +201,8 @@ describe "Admin Revamp | Sidebar Navigation", type: :system do
|
||||
expect(links.map(&:text)).to eq(
|
||||
[
|
||||
"Dashboard",
|
||||
"What's New",
|
||||
"All",
|
||||
"Users",
|
||||
"Watched Words",
|
||||
"Screened Emails",
|
||||
|
||||
Reference in New Issue
Block a user