Skip to content

Commit f67047c

Browse files
unique identifier added
1 parent 3939c84 commit f67047c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { DEFAULT_REFRESH_INTERVAL, DropDownPollInterval } from '../../dropdown-p
1919
import { useBoolean } from '../../hooks/useBoolean';
2020
import { getLegacyObserveState, usePerspective } from '../../hooks/usePerspective';
2121
import { QueryParams } from '../../query-params';
22+
import { LegacyDashboardPageTestIDs } from '../../data-test';
2223
import CustomTimeRangeModal from './custom-time-range-modal';
2324

2425
const CUSTOM_TIME_RANGE_KEY = 'CUSTOM_TIME_RANGE_KEY';
@@ -111,6 +112,7 @@ export const TimespanDropdown: React.FC = () => {
111112
}
112113
}}
113114
placeholder={t('Last {{count}} minute', { count: 30 })}
115+
data-test={LegacyDashboardPageTestIDs.TimeRangeDropdownOptions}
114116
/>
115117
</StackItem>
116118
</Stack>

0 commit comments

Comments
 (0)