Skip to content

Commit

Permalink
Merge pull request wso2#4606 from Shenali-SJ/master
Browse files Browse the repository at this point in the history
Update test-id of the tenant dropdown
  • Loading branch information
brionmario authored Nov 15, 2023
2 parents 33879d7 + 4282fa2 commit 11035ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ const TenantDropdown: FunctionComponent<TenantDropdownInterface> = (props: Tenan
// modal is implemented.
// style={{display:'none'}}
data-testid={
`tenant-dropdown-link-
${ name.replace(" ", "-") }`
`tenant-dropdown-link-${
name.replace(" ", "-") }`
}
>
{
Expand Down

0 comments on commit 11035ea

Please sign in to comment.