Skip to content

Commit 3b84fc8

Browse files
author
Phil Hess
committed
Fix test
1 parent 4bdd470 commit 3b84fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atoms/forms/text-input.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ describe("TextInput", () => {
7979
);
8080

8181
// Assert
82-
expect(getByTestId(dataTestId).firstChild.nodeName).toBe("I");
82+
expect(getByTestId(dataTestId).parentNode.firstChild.nodeName).toBe("I");
8383
});
8484
});

0 commit comments

Comments
 (0)