Signed-off-by: Brian Forbis <bforbis@athenahealth.com>
This commit is contained in:
Brian Forbis
2023-06-17 00:31:32 -04:00
committed by Patrik Oldsberg
parent dc24730180
commit 37b2035d09
@@ -46,7 +46,7 @@ describe('EntityVaultCard', () => {
</EntityProvider>,
);
expect(
rendered.getByText(/Add the annotation to your component YAML/),
rendered.getByText(/Add the annotation to your Component YAML/),
).toBeInTheDocument();
});
});