Signed-off-by: nikolar <reyna.nikolayev@autodesk.com>
This commit is contained in:
nikolar
2024-12-20 22:29:16 -08:00
parent d58d34ee0a
commit f1a09dd40e
2 changed files with 1 additions and 3 deletions
@@ -58,8 +58,6 @@ export const DefaultTechDocsHome = (props: TechDocsIndexPageProps) => {
} = props;
const Wrapper: React.FC<{
children: React.ReactNode;
title?: string;
subtitle?: string;
}> = PageWrapper ? PageWrapper : TechDocsPageWrapper;
const Header: React.FC =
CustomHeader ||
@@ -135,7 +135,7 @@ describe('TechDocsCustomHome', () => {
screen.queryByText('Discover documentation in your ecosystem.'),
).not.toBeInTheDocument();
});
it('should render title and subtitle', async () => {
it('should render CustomPageWrapper', async () => {
const tabsConfig = [
{
label: 'First Tab',