File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/writeData/subscriptions/components Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const BrokerDetails: FC<Props> = ({
8383 onClick = { ( ) => setEdit ( ! edit ) }
8484 type = { ButtonType . Button }
8585 titleText = "Edit"
86- testID = "update-broker-form--submit "
86+ testID = "update-broker-form--edit "
8787 />
8888 < Button
8989 text = "Next"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const SubscriptionCard: FC<Props> = ({subscription}) => {
5858 `/orgs/${ org . id } /${ LOAD_DATA } /${ SUBSCRIPTIONS } /${ subscription . id } `
5959 )
6060 }
61+ testID = "subscription-name"
6162 />
6263 < ResourceCard . Description
6364 description = { `${ subscription . brokerHost } :${ subscription . brokerPort } /${ subscription . topic } ` }
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ const SubscriptionDetails: FC<Props> = ({
8383 onClick = { ( ) => setEdit ( ! edit ) }
8484 type = { ButtonType . Button }
8585 titleText = "Edit"
86- testID = "update-broker -form--edit"
86+ testID = "update-subscription -form--edit"
8787 />
8888 < Button
8989 text = "Next"
9090 color = { ComponentColor . Secondary }
9191 onClick = { ( ) => setFormActive ( 'parsing' ) }
9292 type = { ButtonType . Button }
9393 titleText = "Next"
94- testID = "update-broker -form--submit"
94+ testID = "update-subscription -form--submit"
9595 />
9696 < Button
9797 text = "View Data"
You can’t perform that action at this time.
0 commit comments