test: use testids instead of text queries for unit tests (#5)
CI / Generate Certificates (push) Successful in 28s
CI / Frontend CI (push) Successful in 1m3s
CI / E2E Tests (push) Has been cancelled
CI / Backend CI (push) Has been cancelled

Co-authored-by: me <ramvignesh-b@github.com>
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-05-07 23:54:12 +00:00
parent 7e53229308
commit d625cbb1fb
12 changed files with 220 additions and 223 deletions
@@ -40,6 +40,7 @@ export function DrawerSection({
>
<div className="flex-1">
<div
data-testid="drawer-section-title"
className={`font-sans text-xs tracking-widester uppercase transition-colors duration-800 ${
isOpen
? "text-base-content"