We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523015b commit b786c08Copy full SHA for b786c08
web-ui/src/components/edit_skills/EditSkillsCard.test.jsx
@@ -22,7 +22,7 @@ const initialState = {
22
firstName: 'Current',
23
lastName: 'User',
24
role: ['MEMBER'],
25
- permissions: [{ permission: 'CAN_VIEW_SKILLS_REPORT' }],
+ permissions: [{ permission: 'CAN_EDIT_SKILLS' }],
26
imageUrl:
27
'https://upload.wikimedia.org/wikipedia/commons/7/74/SNL_MrBill_Doll.jpg',
28
memberProfile: currentUserProfile
0 commit comments