You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test component audit event row count and diff count checks for Jobs and Picklists (#2533)
- Add AuditLogHelper checkAuditEventDiffCount support for checking event "Metadata" in addition to "NewRecordMap"
- WebDriverWrapper helper for getUserId
- AuditLogHelper.checkAuditEventDiffCount should set maxRows when no filters provided
TestLogger.log("Audit record data changes diff count check: " + dataChangesStr);
191
-
assertEquals("Audit record data changes did not include the expected number of diffs, expected " + expectedDiffCount + " but was " + dataChanges.length + ": " + dataChangesStr,
195
+
TestLogger.log("Audit record data changes diff count check (" + eventDiffFieldName + "): " + dataChangesStr);
196
+
assertEquals("Audit record data changes did not include the expected number of diffs in " + eventDiffFieldName + ", expected " + expectedDiffCount + " but was " + dataChanges.length + ": " + dataChangesStr,
0 commit comments