We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdd470 commit 3b84fc8Copy full SHA for 3b84fc8
1 file changed
src/atoms/forms/text-input.test.tsx
@@ -79,6 +79,6 @@ describe("TextInput", () => {
79
);
80
81
// Assert
82
- expect(getByTestId(dataTestId).firstChild.nodeName).toBe("I");
+ expect(getByTestId(dataTestId).parentNode.firstChild.nodeName).toBe("I");
83
});
84
0 commit comments