Merge pull request #18318 from bforbis/dynamic-missing-annotation

Add dynamic yaml example to MissingAnnotation component
This commit is contained in:
Patrik Oldsberg
2023-09-26 14:18:04 +02:00
committed by GitHub
5 changed files with 58 additions and 35 deletions
@@ -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();
});
});