Skip to content

Commit

Permalink
Fix play function
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed May 28, 2024
1 parent cf803c9 commit 18cebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/VisualTests/BuildEyebrow.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Error: Story = {
export const Aborted: Story = {
args: buildProgressStories.Aborted.args,
parameters: buildProgressStories.Aborted.parameters,
play: dismissEyebrow,
play: expandEyebrow,
};

export const NewBuildRunning: Story = {
Expand Down

0 comments on commit 18cebad

Please sign in to comment.