CFE-4 role management component before git pull
This commit is contained in:
@@ -66,7 +66,6 @@ describe("Create Content component from Create Form Component in Role Management
|
||||
|
||||
|
||||
it('should return permissions_list', async () => {
|
||||
localStorage.setItem("_token", "token")
|
||||
render(
|
||||
<MockAppWithProviders>
|
||||
<CreateContent/>
|
||||
@@ -76,7 +75,7 @@ describe("Create Content component from Create Form Component in Role Management
|
||||
expect(checkboxElement).toHaveLength(2)
|
||||
});
|
||||
|
||||
it('should ', () => {
|
||||
it('should get checked if permission list item get clicked', () => {
|
||||
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user