pranampagi commented on PR #68285: URL: https://github.com/apache/airflow/pull/68285#issuecomment-4706272540
I've just pushed an update to resolve the 4 failing CI checks from the last run: 1. **E2E Test Timeouts:** Reverted the `$t()` nesting for specific ID strings (like `Dag ID` and `Task ID`) back to literal text. Playwright was timing out trying to assert the strings during the interpolation phase. This also aligns with the earlier feedback to avoid over-nesting basic text. 2. **Linting Error:** Fixed a missing trailing newline in `common.json` that was failing the `check-i18n-json` pre-commit hook. -- 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]
