File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/src/components/dashboards/legacy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export const TimespanDropdown: React.FC = () => {
102102 < StackItem >
103103 < label htmlFor = "monitoring-time-range-dropdown" > { t ( 'Time range' ) } </ label >
104104 </ StackItem >
105- < StackItem >
105+ < StackItem data-test = { LegacyDashboardPageTestIDs . TimeRangeDropdown } >
106106 < SimpleSelect
107107 id = "monitoring-time-range-dropdown"
108108 initialOptions = { initialOptions }
@@ -142,7 +142,7 @@ export const PollIntervalDropdown: React.FC = () => {
142142 < StackItem >
143143 < label htmlFor = "refresh-interval-dropdown" > { t ( 'Refresh interval' ) } </ label >
144144 </ StackItem >
145- < StackItem >
145+ < StackItem data-test = { LegacyDashboardPageTestIDs . PollIntervalDropdown } >
146146 < DropDownPollInterval
147147 id = "refresh-interval-dropdown"
148148 setInterval = { setInterval }
You can’t perform that action at this time.
0 commit comments