mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-07-17 11:48:46 +02:00
Add Playwright assistant regression coverage
This commit is contained in:
@@ -76,7 +76,10 @@ export function SpendingSummaryCard({
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="rounded-xl border border-border bg-card text-card-foreground p-4 space-y-4 my-2 shadow-sm">
|
||||
<div
|
||||
data-testid="spending-summary-card"
|
||||
className="rounded-xl border border-border bg-card text-card-foreground p-4 space-y-4 my-2 shadow-sm"
|
||||
>
|
||||
{/* Header */}
|
||||
<div className="flex items-start justify-between gap-4">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user