Skip to content

Commit

Permalink
test: Increase delay of InvalidURL Story
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Oct 1, 2024
1 parent a799527 commit 3822a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Story = StoryObj<ManageGitModelComponent>;
export const InvalidURL: Story = {
parameters: {
screenshot: {
delay: 300,
delay: 500,
},
},
play: async ({ canvasElement }) => {
Expand Down

0 comments on commit 3822a63

Please sign in to comment.