From 6ccde86936c0672efa342b2ed3fc9e5f0c57e016 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 12 Feb 2026 21:26:25 +0000 Subject: [PATCH] fix: remove phase indication from Audit Logs E2E Tests documentation for clarity --- tests/security/audit-logs.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/security/audit-logs.spec.ts b/tests/security/audit-logs.spec.ts index 604625da..a9983a74 100644 --- a/tests/security/audit-logs.spec.ts +++ b/tests/security/audit-logs.spec.ts @@ -8,7 +8,7 @@ * - Pagination * - Log details view * - * @see /projects/Charon/docs/plans/current_spec.md - Phase 3 + * @see /projects/Charon/docs/plans/current_spec.md */ import { test, expect, loginUser } from '../fixtures/auth-fixtures';