Skip to content

Commit

Permalink
Add data-componentid as well
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 12, 2024
1 parent 05673b8 commit 479a0c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export const FederatedAssociations: FunctionComponent<FederatedAssociationsProps
return (
<SettingsSection
data-testid={ `${testId}-settings-section` }
data-componentid={ `${testId}-settings-section` }
description={ t("myAccount:sections.federatedAssociations.description") }
header={ t("myAccount:sections.federatedAssociations.heading") }
icon={ getSettingsSectionIcons().federatedAssociations }
Expand Down

0 comments on commit 479a0c1

Please sign in to comment.