From dee843675b0766ddbccb76a359cf22ffa5d66fd8 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 23 Feb 2026 10:55:18 -0700 Subject: [PATCH] fix(test): update QA agent test to match renamed workflow path The workflow path changed from qa/automate to qa-generate-e2e-tests but the installation component test was not updated to match. Co-Authored-By: Claude Opus 4.6 --- test/test-installation-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-installation-components.js b/test/test-installation-components.js index 0970861b9..646bd9ef7 100644 --- a/test/test-installation-components.js +++ b/test/test-installation-components.js @@ -173,7 +173,7 @@ async function runTests() { assert(compiled.includes('QA Engineer'), 'QA agent compilation includes agent title'); - assert(compiled.includes('qa/automate'), 'QA agent menu includes automate workflow'); + assert(compiled.includes('qa-generate-e2e-tests'), 'QA agent menu includes automate workflow'); // Cleanup await fs.remove(tempOutput);