mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(text-area): allow visually hidden label
This commit is contained in:
parent
c6c80d35a9
commit
3f48ca256f
2 changed files with 2 additions and 3 deletions
|
@ -79,8 +79,7 @@ describe("TextArea", () => {
|
|||
);
|
||||
});
|
||||
|
||||
// TODO(bug): hidden label should still be rendered.
|
||||
it.skip("should handle hidden label", () => {
|
||||
it("should handle hidden label", () => {
|
||||
render(TextArea, { props: { hideLabel: true } });
|
||||
|
||||
expect(screen.getByLabelText("App description")).toBeInTheDocument();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue