Feat : E2E test to Verify backfills list displays#59791
Feat : E2E test to Verify backfills list displays#59791vatsrahul1001 merged 9 commits intoapache:mainfrom
Conversation
|
@vatsrahul1001 |
Your approach is correct - checking that fromDate, toDate, reprocessBehavior, and createdAt are not empty, and validating reprocessBehavior is one of the expected values. |
|
@iharsh02 I noticed Firefox and Chrome test failed and passed now after re-run, however some steps still retried. Can you check this? |
I think issue might be in getPastDate(), which creates a range like 2025-12-27T15:37 → 2025-12-28T15:37, but example_bash_operator runs at midnight (0 0 * * *). This range doesn't include midnight, so no runs match and the button stays disabled. Adding midnight might help |
|
Great work @iharsh02. PR looks in good shape now |
Feat : E2E test to Verify backfills list displays
Feat : E2E test to Verify backfills list displays
Feat : E2E test to Verify backfills list displays




Verify backfills list displays
closes: #59592
related: #59028
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.