docs(centralui): refresh stale test summaries + drop redundant modal-lg
This commit is contained in:
@@ -12,15 +12,15 @@ namespace ScadaLink.CentralUI.Tests.Components.Audit;
|
||||
/// bUnit tests for <see cref="AuditDrilldownDrawer"/> (#23 M7 Bundle C / M7-T4..T8).
|
||||
///
|
||||
/// The drawer is a child component opened from the Audit Log page when a grid row
|
||||
/// is clicked. It renders the full <see cref="AuditEvent"/> read-only, with
|
||||
/// channel-aware bodies (JSON pretty-print, SQL block for DbOutbound),
|
||||
/// redaction badges on Request/Response, and conditional action buttons:
|
||||
/// "Copy as cURL" (API channels only) + "Show all events for this operation"
|
||||
/// (when CorrelationId is set).
|
||||
/// is clicked. It renders the offcanvas chrome (header, open/close) and delegates
|
||||
/// the <see cref="AuditEvent"/> body to the shared <see cref="AuditEventDetail"/>
|
||||
/// component, which since the recent refactor owns the channel-aware bodies
|
||||
/// (JSON pretty-print, SQL block for DbOutbound), redaction badges on
|
||||
/// Request/Response, and conditional action buttons.
|
||||
///
|
||||
/// Tests pin the behaviours we cannot lose without breaking the spec:
|
||||
/// field rendering, JSON pretty-printing, SQL render block, conditional button
|
||||
/// visibility, navigation drill-back, redaction badges, and clipboard interop.
|
||||
/// offcanvas open/close, header rendering, and that the event body is handed
|
||||
/// off to <see cref="AuditEventDetail"/>.
|
||||
/// </summary>
|
||||
public class AuditDrilldownDrawerTests : BunitContext
|
||||
{
|
||||
|
||||
@@ -11,8 +11,10 @@ namespace ScadaLink.CentralUI.Tests.Components.Audit;
|
||||
/// into a tree by joining <see cref="ExecutionTreeNode.ParentExecutionId"/> to a
|
||||
/// parent node's <see cref="ExecutionTreeNode.ExecutionId"/>, and renders it
|
||||
/// recursively. Tests pin: single-node tree, multi-level assembly, stub-node
|
||||
/// presentation, the arrived-from highlight, node-click navigation, and
|
||||
/// cycle-safety (a corrupt flat list must not infinite-loop).
|
||||
/// presentation, the arrived-from highlight, node-click navigation, node
|
||||
/// double-click raising/bubbling <see cref="ExecutionTreeNode.ExecutionId"/> via
|
||||
/// <c>OnNodeActivated</c>, and cycle-safety (a corrupt flat list must not
|
||||
/// infinite-loop).
|
||||
/// </summary>
|
||||
public class ExecutionTreeTests : BunitContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user