Skip to content

Commit

Permalink
fix: correct story interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Dec 12, 2023
1 parent 4ddbac7 commit b1e62b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Page/SignInPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const VerifyOTP: Story = {

await step('Attempt log in', async () => {
await userEvent.click(await canvas.findByText(/get otp/i))
const expectedLabel = await canvas.findByText(/enter otp sent to/i)
const expectedLabel = await canvas.findByText(/enter the otp sent to/i)
await expect(expectedLabel).toBeInTheDocument()
})
},
Expand Down

0 comments on commit b1e62b2

Please sign in to comment.