Skip to content

Commit 2d89308

Browse files
committed
chore: update storybook tests
1 parent 3d085b4 commit 2d89308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/auth/presentation/SignInForm.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const SigningIn: Story = {
4646
});
4747

4848
await expect(
49-
await screen.findByText("Logged in successfully.")
49+
await screen.findByText("Successfully signed in!")
5050
).toBeInTheDocument();
5151
},
5252
};

0 commit comments

Comments
 (0)