Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirchnik-xitaso committed Feb 4, 2025
1 parent 5db6ebd commit 5e3c449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/viewer/_components/AASOverviewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function AASOverviewCard(props: AASOverviewCardProps) {
);

const assetInfo = (
<Box sx={infoBoxStyle} data-testid="asset-data">
<Box sx={infoBoxStyle} data-testid="fail-asset-data">
{!isAccordion && (
<Box display="flex">
<IconCircleWrapper sx={{ mr: 1 }}>
Expand Down

0 comments on commit 5e3c449

Please sign in to comment.