feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
@@ -39,7 +39,7 @@ export default async function GuestsPage({ params }: PageProps) {
|
||||
<div className="flex w-full flex-col gap-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<p className="text-muted-foreground">Gästeverwaltung</p>
|
||||
<Button>
|
||||
<Button data-test="guests-new-btn">
|
||||
<Plus className="mr-2 h-4 w-4" />
|
||||
Neuer Gast
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user