implement test verschiedene Buttons beim click von editButton

This commit is contained in:
2025-09-05 17:30:17 +02:00
parent 14509fdffe
commit 38cdaa538a
3 changed files with 108 additions and 6 deletions

View File

@@ -69,3 +69,5 @@ const items = getAllByTestId('test-list-item');
expect(items).toHaveLength(2);
});
})