Vamsi-klu commented on code in PR #67818:
URL: https://github.com/apache/airflow/pull/67818#discussion_r3334946014


##########
airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts:
##########
@@ -100,8 +100,10 @@ export class DagCalendarTab extends BasePage {
       let text = "";
 
       await expect(async () => {
+        await this.page.mouse.move(0, 0);
+        await cell.scrollIntoViewIfNeeded();
         await cell.hover({ force: true });
-        await expect(this.tooltip).toBeVisible({ timeout: 3000 });
+        await expect(this.tooltip).toBeVisible({ timeout: 5000 });
         text = ((await this.tooltip.textContent()) ?? "").toLowerCase();

Review Comment:
   @pierrejeambrun Addressed in the latest push. The unrelated 
`DagCalendarTab.ts` change has been removed, and the dashboard pool summary now 
keeps counted deferred slots in the bar while showing non-counted deferred 
slots below it with a tooltip explaining the distinction.
   
   ---
   Drafted-by: Codex (GPT-5) (no human review before posting)



-- 
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]

Reply via email to