mirror of https://github.com/apache/archiva.git
[MRM-1269] Audit logging report
o updated screenshot in docs o updated selenium test to reflect changes made in artifact path for audit log report git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1296@891108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5f4782097
commit
a3b88a08e3
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 70 KiB |
|
@ -80,7 +80,7 @@ public class AuditLogsReportTest
|
||||||
assertAuditLogsReportPage();
|
assertAuditLogsReportPage();
|
||||||
assertTextPresent( "Results" );
|
assertTextPresent( "Results" );
|
||||||
assertTextNotPresent( "No audit logs found." );
|
assertTextNotPresent( "No audit logs found." );
|
||||||
assertTextPresent( "test:test:1.0" );
|
assertTextPresent( "test-1.0.jar" );
|
||||||
assertTextPresent( "Uploaded File" );
|
assertTextPresent( "Uploaded File" );
|
||||||
assertTextPresent( "internal" );
|
assertTextPresent( "internal" );
|
||||||
assertTextPresent( "admin" );
|
assertTextPresent( "admin" );
|
||||||
|
@ -99,7 +99,7 @@ public class AuditLogsReportTest
|
||||||
assertAuditLogsReportPage();
|
assertAuditLogsReportPage();
|
||||||
assertTextPresent( "Results" );
|
assertTextPresent( "Results" );
|
||||||
assertTextNotPresent( "No audit logs found." );
|
assertTextNotPresent( "No audit logs found." );
|
||||||
assertTextPresent( "test:test:1.0" );
|
assertTextPresent( "test-1.0jar" );
|
||||||
assertTextPresent( "Uploaded File" );
|
assertTextPresent( "Uploaded File" );
|
||||||
assertTextPresent( "internal" );
|
assertTextPresent( "internal" );
|
||||||
assertTextPresent( "admin" );
|
assertTextPresent( "admin" );
|
||||||
|
@ -117,7 +117,7 @@ public class AuditLogsReportTest
|
||||||
assertAuditLogsReportPage();
|
assertAuditLogsReportPage();
|
||||||
assertTextPresent( "Results" );
|
assertTextPresent( "Results" );
|
||||||
assertTextNotPresent( "No audit logs found." );
|
assertTextNotPresent( "No audit logs found." );
|
||||||
assertTextPresent( "test:test:1.0" );
|
assertTextPresent( "test-1.0.jar" );
|
||||||
assertTextPresent( "Uploaded File" );
|
assertTextPresent( "Uploaded File" );
|
||||||
assertTextPresent( "internal" );
|
assertTextPresent( "internal" );
|
||||||
assertTextPresent( "admin" );
|
assertTextPresent( "admin" );
|
||||||
|
|
Loading…
Reference in New Issue