chore: add major data-test attributes
This commit is contained in:
@@ -30,7 +30,7 @@ function AppRow(props: AppRowProps): React.ReactElement {
|
||||
const { name, primaryColor, iconUrl, connectionCount, flowCount } = props.application;
|
||||
|
||||
return (
|
||||
<Link to={URLS.APP(name.toLowerCase())}>
|
||||
<Link to={URLS.APP(name.toLowerCase())} data-test="app-row">
|
||||
<Card sx={{ mb: 1 }}>
|
||||
<CardActionArea>
|
||||
<CardContent>
|
||||
|
Reference in New Issue
Block a user