Adjusted crud tests + added auth tests

This commit is contained in:
Teodor
2026-04-30 22:21:56 +02:00
parent 545027a766
commit 3dcd392cd3
19 changed files with 578 additions and 313 deletions

View File

@@ -326,7 +326,7 @@ export default function UpsertAssignment() {
</Pressable>
<Pressable
testID = "create-assignment-button"
testID = "upsert-assignment-button"
className={`h-14 items-center justify-center rounded-2xl ${
isSaving ? 'bg-accent-disabled' : 'bg-accent'
}`}
@@ -362,4 +362,4 @@ export default function UpsertAssignment() {
</KeyboardAvoidingView>
</>
);
}
}