Skip to content

Commit

Permalink
Fix test case 10.04.06
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Aug 26, 2024
1 parent 868308c commit 8acca11
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,10 @@ export const GroupUsersList: FunctionComponent<GroupUsersListProps> = (props: Gr
!isReadOnly && (
<PrimaryButton
data-testid={
`${ testId }-users-list-empty-assign-users-button`
`${ testId }-users-list-edit-button`
}
data-componentid={
`${ testId }-users-list-edit-button`
}
onClick={ handleOpenAddNewGroupModal }
>
Expand Down

0 comments on commit 8acca11

Please sign in to comment.