Update structure for AddUser tests, add tests

This commit is contained in:
Nathan Barber
2021-11-30 16:43:55 -05:00
parent df67a75893
commit 496f414a2e
5 changed files with 333 additions and 131 deletions

View File

@@ -108,7 +108,7 @@ const AddUser = (props) => {
}`
)
)
.catch((err) => console.log(err));
.catch((err) => setErrorAlert(`Failed to create user.`));
}}
>
Add Users