We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d682f commit 388f5aeCopy full SHA for 388f5ae
src/org/labkey/test/tests/AdminConsoleNavigationTest.java
@@ -77,6 +77,7 @@ public void testAdminNavTrails()
77
"Memory Usage", // Slow to load
78
"View All Site Errors", // No nav trail
79
"View All Site Errors Since Reset", // No nav trail
80
+ "View CSP Report Log File", // No nav trail
81
"View Primary Site Log File" // No nav trail
82
));
83
List<WebElement> adminLinks = ShowAdminPage.beginAt(this).getAllAdminConsoleLinks();
0 commit comments