choo121600 commented on code in PR #59738:
URL: https://github.com/apache/airflow/pull/59738#discussion_r2690262547
##########
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:
##########
@@ -56,12 +56,8 @@ test.describe("Backfill creation and validation", () => {
toDate: config.toDate,
});
- await setupBackfillPage.navigateToBackfillsTab(testDagId);
- await setupBackfillPage.findBackfillRowByDateRange({
- fromDate: config.fromDate,
- toDate: config.toDate,
- });
-
+ // Wait for backfill to complete on DAG detail page (where the banner is
visible)
Review Comment:
```suggestion
// Wait for backfill to complete on Dag detail page (where the banner
is visible)
```
--
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]