Skip to content

Commit

Permalink
fix - remove additional story
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Nov 16, 2024
1 parent 8a5114d commit ddb6385
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/studio/src/stories/Page/EditPage/EditContentPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,3 @@ export const LinkModal: Story = {
await userEvent.click(canvas.getByRole("button", { name: /link/i }))
},
}

export const AddTextBlock: Story = {
play: async (context) => {
const { canvasElement } = context
const canvas = within(canvasElement)
await AddBlock.play?.(context)

await userEvent.click(
canvas.getByRole("button", { name: /Add a block of text/i }),
)
},
}

0 comments on commit ddb6385

Please sign in to comment.