Vamsi-klu commented on code in PR #67818:
URL: https://github.com/apache/airflow/pull/67818#discussion_r3334983536
##########
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:
Added a screenshot of the updated dashboard summary state for easier review:

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