Skip to content

Commit 388f5ae

Browse files
committed
Don't check the new "CSP Report" link for a navtrail
1 parent a1d682f commit 388f5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/labkey/test/tests/AdminConsoleNavigationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void testAdminNavTrails()
7777
"Memory Usage", // Slow to load
7878
"View All Site Errors", // No nav trail
7979
"View All Site Errors Since Reset", // No nav trail
80+
"View CSP Report Log File", // No nav trail
8081
"View Primary Site Log File" // No nav trail
8182
));
8283
List<WebElement> adminLinks = ShowAdminPage.beginAt(this).getAllAdminConsoleLinks();

0 commit comments

Comments
 (0)