You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/components/checkbox-group.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ testing: |
22
22
23
23
**Adding `data-test-id` to a component**
24
24
25
-
To test `<sl-checkbox-group>`, add the `data-test-id` attribute directly to the component. To test checkbox items in the group, add `data-test-id` to each item:
25
+
To test `sl-checkbox-group`, add the `data-test-id` attribute directly to the component. To test checkbox items in the group, add `data-test-id` to each item:
26
26
27
27
```pug:slim
28
28
sl-checkbox-group[
@@ -47,7 +47,7 @@ testing: |
47
47
| Option 3
48
48
```
49
49
50
-
To test `<sl-checkbox-group>` implemented with `ts_form_for`, add `data-test-id` to `wrapper_html`. To test checkbox items in the group, add `data-test-id` to each item in the collection array:
50
+
To test `sl-checkbox-group` implemented with `ts_form_for`, add `data-test-id` to `wrapper_html`. To test checkbox items in the group, add `data-test-id` to each item in the collection array:
Copy file name to clipboardExpand all lines: docs/pages/components/radio-group.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ testing: |
22
22
23
23
**Adding `data-test-id` to a component**
24
24
25
-
To test `<sl-radio-group>`, add the `data-test-id` attribute directly to the component. To test radio items in the group, add `data-test-id` to each item:
25
+
To test `sl-radio-group`, add the `data-test-id` attribute directly to the component. To test radio items in the group, add `data-test-id` to each item:
26
26
27
27
```pug:slim
28
28
sl-radio-group[
@@ -48,7 +48,7 @@ testing: |
48
48
| Option 3
49
49
```
50
50
51
-
To test `<sl-radio-group>` implemented with `ts_form_for`, add `data-test-id` to `wrapper_html`. To test radio items in the group, add `data-test-id` to each item in the collection array:
51
+
To test `sl-radio-group` implemented with `ts_form_for`, add `data-test-id` to `wrapper_html`. To test radio items in the group, add `data-test-id` to each item in the collection array:
0 commit comments