CFE-4 delete role index test
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import {render} from "@testing-library/react";
|
||||
import MockAppWithProviders from "../../../../../mocks/AppWithProvider";
|
||||
import RoleManagementComponent from "@/components/dashboard/role-management/RoleManagementComponent";
|
||||
|
||||
describe("Role Management Component from Role Management page",()=>{
|
||||
describe("Rendering",()=>{
|
||||
it('should show columns text', () => {
|
||||
render((
|
||||
<MockAppWithProviders>
|
||||
<RoleManagementComponent />
|
||||
</MockAppWithProviders>
|
||||
))
|
||||
const textElement = screen.queryByText("کد یکتا")
|
||||
expect(textElement).toBeInTheDocument()
|
||||
});
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user