Add test-id to installed app row (#3783)
This commit is contained in:
parent
3118741db8
commit
e90f587a5f
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export const InstalledAppListRow: React.FC<InstalledApp> = props => {
|
||||||
state={{ from: location.pathname }}
|
state={{ from: location.pathname }}
|
||||||
className={sprinkles({ display: "contents" })}
|
className={sprinkles({ display: "contents" })}
|
||||||
inline={false}
|
inline={false}
|
||||||
|
data-testid={"apps:installed-app-row"}
|
||||||
>
|
>
|
||||||
<List.Item
|
<List.Item
|
||||||
padding={4}
|
padding={4}
|
||||||
|
|
Loading…
Reference in a new issue