Skip to content

Commit c2a305d

Browse files
committed
title added to buttons in test
1 parent 0546382 commit c2a305d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/lib/src/header/Header.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ const HeaderInLayout = () => (
130130
sideContent={(isResponsive) =>
131131
isResponsive ? (
132132
<>
133-
<DxcButton icon="settings" mode="tertiary" size={{ height: "medium" }} />
133+
<DxcButton icon="settings" title="Settings" mode="tertiary" size={{ height: "medium" }} />
134134
</>
135135
) : (
136136
<>
137-
<DxcButton icon="settings" mode="tertiary" size={{ height: "medium" }} />
137+
<DxcButton icon="settings" title="Settings" mode="tertiary" size={{ height: "medium" }} />
138138
<DxcButton label="Side button" mode="secondary" size={{ height: "medium" }} />
139139
<DxcButton label="Another button" mode="primary" size={{ height: "medium" }} />
140140
</>

0 commit comments

Comments
 (0)