Skip to content

Commit

Permalink
Merge pull request #1860 from DSD-DBS/invalid-url-story-delay
Browse files Browse the repository at this point in the history
test: Increase delay of InvalidURL Story
  • Loading branch information
MoritzWeber0 authored Oct 1, 2024
2 parents 3e146ec + 3822a63 commit 4dde05b
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 4dde05b

Please sign in to comment.