From 2a9412f2ed39ecda5e20540d052635b658b5e689 Mon Sep 17 00:00:00 2001 From: bnsoni Date: Wed, 29 Jul 2026 06:00:02 +0300 Subject: [PATCH] test: smoke-test the central PR-e2e pipeline Comment-only change to one spec, so the changed-spec detector picks selective mode and runs just this file instead of the ~50 min mentor suite. --- e2e/journeys/33-ui-render-console-errors.spec.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2e/journeys/33-ui-render-console-errors.spec.ts b/e2e/journeys/33-ui-render-console-errors.spec.ts index 82328519..b8834fdb 100644 --- a/e2e/journeys/33-ui-render-console-errors.spec.ts +++ b/e2e/journeys/33-ui-render-console-errors.spec.ts @@ -80,3 +80,6 @@ test.describe('Journey 33: UI Render Console Errors', () => { } }); }); + +// Smoke-test marker for the central PR-e2e pipeline (iblai/iblai-deploy-ops). +// Comment only — no behaviour change. Safe to delete with this branch.