Commenting out admin stuff from users e2e test

This commit is contained in:
Chris Troutner
2023-10-22 18:22:43 -07:00
parent 18e7ff90aa
commit 10d50a6776
+3 -3
View File
@@ -43,9 +43,9 @@ describe('Users', () => {
context.id2 = testUser.user._id
// Get the JWT used to log in as the admin 'system' user.
const adminJWT = await testUtils.getAdminJWT()
console.log(`adminJWT: ${adminJWT}`)
context.adminJWT = adminJWT
// const adminJWT = await testUtils.getAdminJWT()
// console.log(`adminJWT: ${adminJWT}`)
// context.adminJWT = adminJWT
// const admin = await testUtils.loginAdminUser()
// context.adminJWT = admin.token