feat: add data-test attributes for improved testing in various components

This commit is contained in:
T. Zehetbauer
2026-04-01 10:23:35 +02:00
parent fd8c2cc32a
commit 3bcc5c70a3
20 changed files with 802 additions and 31 deletions

View File

@@ -21,6 +21,8 @@ const namespaces = [
'marketing',
'cms',
'verband',
'members',
'fischerei',
] as const;
const isDevelopment = process.env.NODE_ENV === 'development';