`);
});
});
diff --git a/packages/ocean-react/src/Alert/stories/Alert.stories.mdx b/packages/ocean-react/src/Alert/stories/Alert.stories.mdx
index f48896408..d84dd9f2c 100644
--- a/packages/ocean-react/src/Alert/stories/Alert.stories.mdx
+++ b/packages/ocean-react/src/Alert/stories/Alert.stories.mdx
@@ -139,20 +139,21 @@ You can set the `button` that display on the alert.
## CSS
-| Global class | Description |
-| ---------------------------- | ------------------------------------------------------- |
-| .ods-alert | Styles applied to the root element. |
-| .ods-alert--long | Styles applied to the root element when is long size. |
-| .ods-alert--error | Styles applied to the root element with a error type. |
-| .ods-alert--warning | Styles applied to the root element with a warning type. |
-| .ods-alert--success | Styles applied to the root element with a success type. |
-| .ods-alert\_\_header | Styles applied to the header element. |
-| .ods-alert\_\_header--margin | Styles applied to the header element with bottom margin |
-| .ods-alert\_\_icon | Styles applied to the icon element. |
-| .ods-alert\_\_title | Styles applied to the title element. |
-| .ods-alert\_\_content | Styles applied to the content element. |
-| .ods-alert\_\_button | Styles applied to the button element. |
-| .ods-alert\_\_button--mobile | Styles applied to the button element in mobile view. |
+| Global class | Description |
+| -------------------------------- | ---------------------------------------------------------------- |
+| .ods-alert | Styles applied to the root element. |
+| .ods-alert--long | Styles applied to the root element when is long size. |
+| .ods-alert--with-button-no-title | Styles applied to the root element has button and without title. |
+| .ods-alert--error | Styles applied to the root element with a error type. |
+| .ods-alert--warning | Styles applied to the root element with a warning type. |
+| .ods-alert--success | Styles applied to the root element with a success type. |
+| .ods-alert\_\_header | Styles applied to the header element. |
+| .ods-alert\_\_header--margin | Styles applied to the header element with bottom margin |
+| .ods-alert\_\_icon | Styles applied to the icon element. |
+| .ods-alert\_\_title | Styles applied to the title element. |
+| .ods-alert\_\_content | Styles applied to the content element. |
+| .ods-alert\_\_button | Styles applied to the button element. |
+| .ods-alert\_\_button--mobile | Styles applied to the button element in mobile view. |
If that's not sufficient, you can check the [implementation of the component](https://github.com/ocean-ds/ocean-web/blob/master/packages/ocean-react/src/Alert/Alert.tsx) for more detail.
diff --git a/packages/ocean-react/src/Breadcrumb/__tests__/Breadcrumb.test.tsx b/packages/ocean-react/src/Breadcrumb/__tests__/Breadcrumb.test.tsx
index b0bbec7bf..4e08ca9f8 100644
--- a/packages/ocean-react/src/Breadcrumb/__tests__/Breadcrumb.test.tsx
+++ b/packages/ocean-react/src/Breadcrumb/__tests__/Breadcrumb.test.tsx
@@ -41,7 +41,7 @@ test('renders breadcrumb with array elements', () => {
>
@@ -83,7 +83,54 @@ test('renders breadcrumb with array string', () => {
>
+
+
+ item 3
+
+
+