fix(ctrip): support current flight card DOM#2142
Open
dxxbb wants to merge 1 commit into
Open
Conversation
dxxbb
marked this pull request as ready for review
July 16, 2026 15:12
24 tasks
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
[data-testid^="flight-item-"]flight cards.flight-list > span > divDOMRoot cause
ctrip/flightwaited for the legacy card selector, so the command timed out even when the current page had rendered flight results. The new DOM also places the cross-day marker between arrival time and airport and renders the price amount before the currency symbol, so changing only the outer selector would silently produce incorrect fields.Impact
The command now recognizes both DOM variants and keeps the existing output schema and typed error behavior unchanged.
Validation
npx vitest run --project adapter clis/ctrip/ctrip.test.js— 70 passednpm run typecheck— passednpm run check:typed-error-lint— no new violationsnpm run check:silent-column-drop— no new violationsnode dist/src/main.js validate ctrip/flight— passedBJS → SHA,2026-07-18, returned complete flight rows with pricesRefs #1481