Test(UI): Add E2E test for Calendar tab functionality#60436
Closed
vighneshtule wants to merge 18 commits intoapache:mainfrom
Closed
Test(UI): Add E2E test for Calendar tab functionality#60436vighneshtule wants to merge 18 commits intoapache:mainfrom
vighneshtule wants to merge 18 commits intoapache:mainfrom
Conversation
Contributor
Author
|
Hey maintainers, |
choo121600
reviewed
Jan 13, 2026
Member
There was a problem hiding this comment.
It looks like the static checks and e2e tests are failing. Could you please check on this?
Contributor
Author
There was a problem hiding this comment.
hey its getting hard for me to resolve this checks would anyone like to help me out
Contributor
There was a problem hiding this comment.
@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 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.
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?