fix: update entries taxonomy tests to use real stack data#351
Open
aniket-shikhare-cstk wants to merge 1 commit intodevelopmentfrom
Open
fix: update entries taxonomy tests to use real stack data#351aniket-shikhare-cstk wants to merge 1 commit intodevelopmentfrom
aniket-shikhare-cstk wants to merge 1 commit intodevelopmentfrom
Conversation
Taxonomy tests in entries.spec.ts were using placeholder terms (taxonomies.one/term_one/term_one_child) that were unpublished or missing on the test stack, causing $eq_below and $above queries to fail with 404 errors.term.not_found. Updated all taxonomy references to use real published data (taxonomies.usa/california/san_diago) consistent with taxonomy-query.spec.ts.
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Coverage report
Test suite run success654 tests passing in 31 suites. Report generated by 🧪jest coverage report action from 3398d83 |
shafeeqd959
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
entries.spec.tswere failing on dev11 witherrors.term.not_found(404)taxonomies.one/term_one/term_one_child) that were unpublished or missing on the test stacktaxonomies.usa/california/san_diago), consistent withtaxonomy-query.spec.tsWhat changed
taxonomies.one/term_one/term_twowith constants (TAX_FIELD,TAX_TERM,TAX_CHILD_TERM) using real USA taxonomy hierarchy$ortest now uses USA + India taxonomies instead ofone+two$andtest simplified to use term equality + field existence on the same taxonomy$eq_aboveand$abovetests now correctly usesan_diago(child term) for parent lookups$abovetest that masked the real failureTest plan
entries.spec.tspass locally against dev11