Add test-id to installed app row (#3783)

This commit is contained in:
Lukasz Ostrowski 2023-06-28 09:44:18 +02:00 committed by GitHub
parent 3118741db8
commit e90f587a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ export const InstalledAppListRow: React.FC<InstalledApp> = props => {
state={{ from: location.pathname }}
className={sprinkles({ display: "contents" })}
inline={false}
data-testid={"apps:installed-app-row"}
>
<List.Item
padding={4}