Skip to content

Commit

Permalink
Update test IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Aug 26, 2024
1 parent 4d0dd2e commit 31da5c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ export const GroupUsersList: FunctionComponent<GroupUsersListProps> = (props: Gr
!isReadOnly && (
<PrimaryButton
data-testid={
`${ testId }-users-list-edit-button`
`${ testId }-users-list-empty-assign-users-button`
}
data-componentid={
`${ testId }-users-list-edit-button`
`${ testId }-users-list-empty-assign-users-button`
}
onClick={ handleOpenAddNewGroupModal }
>
Expand Down Expand Up @@ -493,10 +493,10 @@ export const GroupUsersList: FunctionComponent<GroupUsersListProps> = (props: Gr
{ !isReadOnly && groupUserList?.totalResults > 0 && (
<PrimaryButton
data-testid={
`${ testId }-users-list-empty-assign-users-button`
`${ testId }-users-list-edit-button`
}
data-componentid={
`${ testId }-users-list-empty-assign-users-button`
`${ testId }-users-list-edit-button`
}
onClick={ handleOpenAddNewGroupModal }
>
Expand Down

0 comments on commit 31da5c6

Please sign in to comment.