fix(changeset): Update E2E test improvements changeset to properly reflect tag corruption fix verification

This commit is contained in:
Parththipan Thaniperumkarunai
2025-06-18 21:13:53 +02:00
committed by Ralph Khreish
parent 6c619cf62b
commit 72ffdd53ea

View File

@@ -2,15 +2,10 @@
"task-master-ai": patch "task-master-ai": patch
--- ---
Added comprehensive tag-aware expand tests to the E2E suite: Enhance E2E tests with comprehensive tag-aware expand testing to verify tag corruption fix
- Introduce a new `feature-expand` tag for testing. - Add new test section for feature-expand tag creation and testing during expand operations
- Add tasks under `feature-expand` and capture their IDs dynamically. - Verify tag preservation during expand, force expand, and expand --all operations
- Verify tag counts before and after: - Test that master tag remains intact while feature-expand tag receives subtasks correctly
- `expand --tag` - Fix file path references to use correct .taskmaster/config.json and .taskmaster/tasks/tasks.json locations
- `expand --tag --force` - All tag corruption verification tests pass successfully, confirming the expand command tag corruption bug fix works as expected
- `expand --tag --all`
- Ensure no existing tags are corrupted and subtasks are created as expected.
- Reordered the new tests to run before any task-removal steps.
- Fixed file-path checks for `.taskmaster/config.json` and
`.taskmaster/tasks/tasks.json`.