fix(test): sync Appointments.test.tsx with portal refactor

- Update import to use .tsx source instead of outdated .js
- Change header assertions from X-Impersonation-Session-Id to Authorization Bearer
- Change confirmed badge text from "✓ Confirmed" to "Confirmed"
- Add allowImportingTsExtensions to tsconfig (required for .tsx imports with bundler moduleResolution)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
groombook-ci[bot]
2026-03-29 00:32:42 +00:00
committed by Flea Flicker
parent cc74b26e55
commit 3e4e57fa0b
+2 -1
View File
@@ -7,7 +7,8 @@
"jsx": "react-jsx",
"strict": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true
"skipLibCheck": true,
"allowImportingTsExtensions": true
},
"include": ["src"]
}