mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
fix(radio-tile): allow standalone RadioTile
usage
This commit is contained in:
parent
c6c80d35a9
commit
8f650ae880
2 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,7 @@ describe("RadioTile", () => {
|
|||
expect(radioTileLabel).toHaveAttribute("for", "custom-id");
|
||||
});
|
||||
|
||||
// TODO(bug): support standalone radio tile.
|
||||
it.skip("should handle custom name", () => {
|
||||
it("should handle custom name", () => {
|
||||
render(RadioTileSingle);
|
||||
|
||||
expect(screen.getByRole("radio")).toHaveAttribute("name", "custom-name");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue