mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test: assert that data-*
attributes are valid
This commit is contained in:
parent
34a1e2e55a
commit
bb08281eec
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
import Add from "carbon-icons-svelte/lib/Add.svelte";
|
import Add from "carbon-icons-svelte/lib/Add.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Button>Primary button</Button>
|
<Button data-test-id="btn">Primary button</Button>
|
||||||
|
|
||||||
<Button kind="secondary">Secondary button</Button>
|
<Button kind="secondary">Secondary button</Button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue