We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26e7b2 commit 00cceadCopy full SHA for 00ccead
src/verification-input.test.js
@@ -66,7 +66,7 @@ describe("VerificationInput", () => {
66
67
await userEvent.type(screen.getByLabelText("verification input"), "012345");
68
69
- expect(screen.getByTestId("container")).toHaveTextContent(/^\!\!\!\!\!\!$/);
+ expect(screen.getByTestId("container")).toHaveTextContent(/^!!!!!!$/);
70
});
71
72
it("should not allow placeholder character", async () => {
0 commit comments