-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Test(UI): Add E2E test for Calendar tab functionality #60436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey maintainers, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the static checks and e2e tests are failing. Could you please check on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey its getting hard for me to resolve this checks would anyone like to help me out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vighneshtule could you elaborate more on what issues you are facing fixes the failures?
…he#60357) * Simplify metric names construction in BaseExecutor emit_metrics * update _get_metric_name
…low 2 (apache#56406) * add a recent configrations drop down list * remove extra files * refactor: change trigger config UX from dropdown to menu button - Remove RecentConfigurationsDropdown component - Add menu option 'Trigger again with this config' to Trigger button - Pre-fill form with selected DAG Run configuration - Revert unnecessary API changes for recent configurations - Update translations for new menu option * follow suggestions for 409 conflict * follow suggestions and pick up types * fix the staticcheck error
* Update Dutch translations (2026-01-15) * Update airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json --------- Co-authored-by: Bas Harenslak <BasPH@users.noreply.github.com>
* i18n(zh-TW): add missing translations * adjust translation
* add result count to dag run and ti tabs * conditionally render filter count if count > 0 * remove unused translate * add optional ToggleTableDisplay element to DataTable component * move ToggleTableDisplay to DataTable * make datatable showRowCountHeading default to true and change modelName to required. update datatable users to disable the heading based on if they have pluralizable model keys
- Create DagCalendarPage with calendar-specific test methods - Add test spec covering calendar render, run status display, and filtering - Add data-testid and data-date attributes to Calendar components - Preserve existing data-count attribute on calendar cells
This PR adds End-to-End (E2E) tests for the Calendar tab on the DAG details page.
Changes:
related: #59544
Was generative AI tooling used to co-author this PR?