Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 8, 2025
1 parent 566576b commit 312bc37
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ const DrawerDefault = () => {
</Stack>
</fieldset>
</form>
<Button onClick={handleOpenDrawer}>Open Drawer</Button>
<Button onClick={handleOpenDrawer} data-test-id="drawer-open-button">
Open Drawer
</Button>

<Drawer
alignment={drawerAlign}
Expand Down

0 comments on commit 312bc37

Please sign in to comment.