The GitHub Actions job "Tests" on airflow.git/v2-11-test has failed. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: c780893f642bd5e79f3676f0d5fe5b05f4c0b0bb / Pierre Jeambrun <[email protected]> Fix truncated details tabs and page overflow in the grid view (#68750) * Fix truncated details tabs and page overflow in the grid view After the Chakra UI 2.10 / React 19 bump, the grid view's height cascade stopped resolving correctly. The `height: 100%` chain over-claims through the Tabs/TabPanel chrome, so the details tabs render taller than their visible area (content is cut off with no way to scroll to it), and the main column pushes the page footer below the viewport. Anchor the heights to the viewport instead: a shared hook measures where each scroll container actually sits and subtracts the body's footer reserve, so every details tab scrolls within its own area and the page itself no longer overflows. * Mock ResizeObserver in the Jest setup for the WWW tests The new useContentHeight hook creates a ResizeObserver, which jsdom does not implement, so rendering any component that uses it throws `ReferenceError: ResizeObserver is not defined` and fails the React WWW test suite. Provide a no-op stub in the global Jest setup, next to the existing matchMedia mock. * Address PR comments * Fix grid detail tabs leaving blank space below their content When the grid panel is floored to its minimum height and grows taller than the viewport, its detail tabs (graph, event log, and others) were left with a blank strip beneath their content: each tab sized itself against the viewport fold rather than the panel it lives in, so it stopped short of the panel's actual bottom instead of filling the space it was given. Report URL: https://github.com/apache/airflow/actions/runs/28657942861 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
