adapt test

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-01-25 18:09:50 +01:00
parent 9fe9285b07
commit 4461c556c6
@@ -66,8 +66,7 @@ describe('<FeaturedDocsCard />', () => {
},
);
const docsCardContent = getByTestId('docs-card-content');
const docsEntity = getByText('Getting Started Docs');
const docsEntity = getByText('getting-started-with-idp');
expect(docsCardContent).toContainElement(docsEntity);
});
});