diff --git a/code/frameworks/angular/template/cli/Page.stories.ts b/code/frameworks/angular/template/cli/Page.stories.ts index 040199764bf1..495648ca502c 100644 --- a/code/frameworks/angular/template/cli/Page.stories.ts +++ b/code/frameworks/angular/template/cli/Page.stories.ts @@ -19,9 +19,6 @@ export const LoggedOut: Story = {}; // More on interaction testing: https://storybook.js.org/docs/writing-tests/interaction-testing export const LoggedIn: Story = { - render: (args: Page) => ({ - props: args, - }), play: async ({ canvasElement }) => { const canvas = within(canvasElement); const loginButton = canvas.getByRole('button', { name: /Log in/i });