Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Verkhovsky 604d32328b
Merge dee843675b into 3ad6985643 2026-02-23 18:07:00 +00:00
Alex Verkhovsky dee843675b 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 <noreply@anthropic.com>
2026-02-23 10:55:18 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -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);