Skip to content

Commit

Permalink
Remove another unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
Marklb committed Dec 8, 2023
1 parent 91496f3 commit 4a349de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/frameworks/angular/template/cli/Page.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 4a349de

Please sign in to comment.