We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d085b4 commit 2d89308Copy full SHA for 2d89308
1 file changed
src/features/auth/presentation/SignInForm.stories.tsx
@@ -46,7 +46,7 @@ export const SigningIn: Story = {
46
});
47
48
await expect(
49
- await screen.findByText("Logged in successfully.")
+ await screen.findByText("Successfully signed in!")
50
).toBeInTheDocument();
51
},
52
};
0 commit comments