Skip to content

Commit

Permalink
Adds a data-testid for the operators form
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilzi committed Jul 3, 2023
1 parent 8e943ca commit 7e73dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const OperatorsStep = (props: ClusterOperatorProps) => {
const isMceOperatorEnabled = useFeature('ASSISTED_INSTALLER_MCE_FEATURE');

return (
<Stack hasGutter>
<Stack hasGutter data-testid={'operators-form'}>
<StackItem>
<ClusterWizardStepHeader>Operators</ClusterWizardStepHeader>
</StackItem>
Expand Down

0 comments on commit 7e73dfc

Please sign in to comment.