We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cdc0c commit 38caa5eCopy full SHA for 38caa5e
src/design-system/side-drawer/side-drawer-content-header.component.tsx
@@ -31,7 +31,10 @@ export const Header = ({
31
>
32
{onBackClick !== undefined && (
33
<Flex w="$40">
34
- <NavigationButtons.Back onClick={onBackClick} />
+ <NavigationButtons.Back
35
+ onClick={onBackClick}
36
+ data-testid="drawer-header-back-button"
37
+ />
38
</Flex>
39
)}
40
<Flex justifyContent="center" w="$fill">
0 commit comments