From 4a349dee5a686fd1747e6303ccfc8bcbccf50d04 Mon Sep 17 00:00:00 2001 From: Mark berry Date: Fri, 8 Dec 2023 10:55:57 -0600 Subject: [PATCH] Remove another unnecessary function --- code/frameworks/angular/template/cli/Page.stories.ts | 3 --- 1 file changed, 3 deletions(-) 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 });