diff --git a/packages/app-store/_components/AppCard.tsx b/packages/app-store/_components/AppCard.tsx index a641aa454b..4445b2fb5d 100644 --- a/packages/app-store/_components/AppCard.tsx +++ b/packages/app-store/_components/AppCard.tsx @@ -94,7 +94,6 @@ export default function AppCard({ {app?.isInstalled || app.credentialOwner ? (
{ if (switchOnClick) { @@ -104,7 +103,7 @@ export default function AppCard({ }} checked={switchChecked} LockedIcon={LockedIcon} - data-testId={`${app.slug}-app-switch`} + data-testid={`${app.slug}-app-switch`} tooltip={switchTooltip} />