-
BannerAlert test
-
+
diff --git a/ui/components/component-library/banner-alert/banner-alert.test.js b/ui/components/component-library/banner-alert/banner-alert.test.js
index 5c612a0c3..f131e9872 100644
--- a/ui/components/component-library/banner-alert/banner-alert.test.js
+++ b/ui/components/component-library/banner-alert/banner-alert.test.js
@@ -75,9 +75,7 @@ describe('BannerAlert', () => {
const { getByText } = render(
,
);
- expect(getByText('BannerAlert title test')).toHaveClass(
- 'mm-banner-base__title',
- );
+ expect(getByText('BannerAlert title test')).toBeDefined();
});
it('should render BannerAlert description', () => {
diff --git a/ui/components/component-library/banner-base/README.mdx b/ui/components/component-library/banner-base/README.mdx
index a6711ee97..ca427b962 100644
--- a/ui/components/component-library/banner-base/README.mdx
+++ b/ui/components/component-library/banner-base/README.mdx
@@ -7,21 +7,19 @@ import { BannerBase } from './banner-base';
`BannerBase` serves as a base for all banner variants. It contains standard props such as information and related actions.
-