Add ButtonGroup concept + Soon pill on button + implement in timeline (#551)
* Add ButtonGroup concept * Add soon pill * Fix incorrect wrapping behavior * Implement button group in timeline
This commit is contained in:
@ -32,7 +32,7 @@ export const Default: Story = {
|
||||
),
|
||||
play: async ({ canvasElement }) => {
|
||||
const canvas = within(canvasElement);
|
||||
const notesButton = await canvas.findByText('Notes');
|
||||
const notesButton = await canvas.findByText('Note');
|
||||
await notesButton.click();
|
||||
},
|
||||
parameters: {
|
||||
|
||||
Reference in New Issue
Block a user