Browse Source

fix: update WelcomeModal test to match bg-black/60 backdrop class

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
2abfe04525
  1. 2
      src/components/__tests__/WelcomeModal.test.tsx

2
src/components/__tests__/WelcomeModal.test.tsx

@ -81,7 +81,7 @@ describe("WelcomeModal", () => {
/> />
); );
const backdrop = container.querySelector(".bg-black\\/50"); const backdrop = container.querySelector(".bg-black\\/60");
expect(backdrop).toBeInTheDocument(); expect(backdrop).toBeInTheDocument();
}); });
}); });

Loading…
Cancel
Save