Skip to content

Commit 8a0e35b

Browse files
Refresh interval dropdown identifier
1 parent f67047c commit 8a0e35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/dashboards/legacy/time-dropdowns.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)