Skip to content

Commit 6e506d6

Browse files
committed
Added CAN_CREATE_CHECKINS so that the test output matches.
1 parent 8e90f43 commit 6e506d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-ui/src/pages/CheckinsPage.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const initialState = {
3030
userProfile: {
3131
name: 'holmes',
3232
role: ['MEMBER'],
33+
permissions: [{ permission: 'CAN_CREATE_CHECKINS' }],
3334
imageUrl:
3435
'https://upload.wikimedia.org/wikipedia/commons/7/74/SNL_MrBill_Doll.jpg'
3536
},

0 commit comments

Comments
 (0)