Skip to content

Commit 68bc219

Browse files
Merge pull request #668 from openshift-cherrypick-robot/cherry-pick-663-to-release-4.20
[release-4.20] OCPBUGS-66389: Time range and Refresh interval dropdown button lack of unique identifier
2 parents 8de6744 + eae4475 commit 68bc219

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/src/components/dropdown-poll-interval.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
parsePrometheusDuration,
77
} from './console/console-shared/src/datetime/prometheus';
88
import { SimpleSelect, SimpleSelectOption } from '@patternfly/react-templates';
9+
import { LegacyDashboardPageTestIDs } from './data-test';
910

1011
type DropDownPollIntervalProps = {
1112
setInterval: (v: number) => void;
@@ -49,6 +50,7 @@ export const DropDownPollInterval: FunctionComponent<DropDownPollIntervalProps>
4950
initialOptions={initialOptions}
5051
onSelect={(_ev, selection) => onSelect(_ev, selection)}
5152
toggleWidth="150px"
53+
data-test={LegacyDashboardPageTestIDs.PollIntervalDropdownOptions}
5254
/>
5355
);
5456
};

0 commit comments

Comments
 (0)