test: fix RelationDataInputManagerTest

This commit is contained in:
Josh 2022-11-03 08:25:25 +00:00
parent 6a2ff9e84b
commit 2bc8dd3be0

View File

@ -147,7 +147,7 @@ describe('RelationInputDataManager', () => {
test('Does pass through props from the CM', async () => {
const { findByText } = setup();
expect(await findByText('Label')).toBeInTheDocument();
expect(await findByText(/Label/)).toBeInTheDocument();
expect(await findByText('Description')).toBeInTheDocument();
expect(await findByText('Action')).toBeInTheDocument();
expect(await findByText('Placeholder')).toBeInTheDocument();