Merge pull request #18318 from bforbis/dynamic-missing-annotation
Add dynamic yaml example to MissingAnnotation component
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user