crud tests for subjects, assignments and tasks

This commit is contained in:
Teodor
2026-04-25 23:32:11 +02:00
parent 9f214a9451
commit d7dc3cc72f
22 changed files with 3749 additions and 16 deletions

View File

@@ -103,6 +103,7 @@ export default function CreateSubject() {
<View className="mb-5">
<Text className={labelClassName}>Title</Text>
<TextInput
testID="subject-title-input"
className={inputClassName}
placeholder="Enter subject title"
value={title}
@@ -157,6 +158,7 @@ export default function CreateSubject() {
</Pressable>
<Pressable
testID="create-subject-button"
className={`h-14 items-center justify-center rounded-2xl ${
isSaving ? 'bg-accent-disabled' : 'bg-accent'
}`}