kyupark commented on PR #66851: URL: https://github.com/apache/airflow/pull/66851#issuecomment-4445107494
Fixed the CI failures from the DateTimeInput paste changes. What changed: - Reworked the paste tests to use `fireEvent.paste(...)`, so the React `onPaste` handler is triggered in Vitest. - Added the Day.js `utc` plugin setup before `timezone`, which fixes the `o.utc is not a function` runtime error when parsing timezone-aware values. - Ran formatter/lint fixes for the touched UI files. Verification: - `./node_modules/.bin/vitest run src/components/DateTimeInput.test.tsx`: 4 passed - `pnpm lint`: passed - `codex review --commit HEAD`: 0 review comments --- Drafted-by: Claude Code (Opus 4.7); reviewed by @kyupark before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
