KyeongJooni commented on code in PR #59738:
URL: https://github.com/apache/airflow/pull/59738#discussion_r2678703290
##########
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:
##########
@@ -80,6 +83,9 @@ export class BackfillPage extends BasePage {
this.backfillRunButton = page.locator('button:has-text("Run Backfill")');
this.backfillsTable = page.locator("table");
this.backfillDateError = page.locator('text="Start Date must be before the
End Date"');
+ this.backfillBanner = page.locator('div:has-text("Backfill in progress")');
Review Comment:
Done! Removed the unused `backfillBanner` locator
--
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]