vatsrahul1001 commented on code in PR #61977:
URL: https://github.com/apache/airflow/pull/61977#discussion_r2812384401
##########
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/HourlyCalendarView.tsx:
##########
@@ -176,6 +176,7 @@ export const HourlyCalendarView = ({
<CalendarCell
backgroundColor={scale.getColor(emptyCounts)}
cellData={emptyData}
+ data-testid="calendar-cell"
Review Comment:
These are redundant because CalendarCell.tsx already adds
data-testid="calendar-cell"
##########
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/HourlyCalendarView.tsx:
##########
@@ -192,6 +193,7 @@ export const HourlyCalendarView = ({
<CalendarCell
backgroundColor={scale.getColor(hourData.counts)}
cellData={formattedHourData}
+ data-testid="calendar-cell"
Review Comment:
These are redundant because CalendarCell.tsx already adds
data-testid="calendar-cell"
--
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]