@@ -36,7 +36,7 @@ exports[`object-based items match the snapshot of dropdown, list, and item 1`] =
36
36
class = " rta__list my-rta-list"
37
37
>
38
38
<li
39
- class = " rta__item my-rta-item"
39
+ class = " rta__item rta__item--selected my-rta-item"
40
40
style = " background: green;"
41
41
>
42
42
<div
@@ -52,7 +52,7 @@ exports[`object-based items match the snapshot of dropdown, list, and item 1`] =
52
52
</div >
53
53
</li >
54
54
<li
55
- class = " rta__item my-rta-item"
55
+ class = " rta__item my-rta-item"
56
56
style = " background: green;"
57
57
>
58
58
<div
@@ -76,7 +76,7 @@ exports[`object-based items match the snapshot of dropdown, list, and item 2`] =
76
76
class = " rta__list my-rta-list"
77
77
>
78
78
<li
79
- class = " rta__item my-rta-item"
79
+ class = " rta__item rta__item--selected my-rta-item"
80
80
style = " background: green;"
81
81
>
82
82
<div
@@ -92,7 +92,7 @@ exports[`object-based items match the snapshot of dropdown, list, and item 2`] =
92
92
</div >
93
93
</li >
94
94
<li
95
- class = " rta__item my-rta-item"
95
+ class = " rta__item my-rta-item"
96
96
style = " background: green;"
97
97
>
98
98
<div
@@ -112,7 +112,7 @@ exports[`object-based items match the snapshot of dropdown, list, and item 2`] =
112
112
113
113
exports [` object-based items match the snapshot of dropdown, list, and item 3` ] = `
114
114
<li
115
- class = " rta__item my-rta-item"
115
+ class = " rta__item rta__item--selected my-rta-item"
116
116
style = " background: green;"
117
117
>
118
118
<div
@@ -165,7 +165,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
165
165
class = " rta__list my-rta-list"
166
166
>
167
167
<li
168
- class = " rta__item my-rta-item"
168
+ class = " rta__item rta__item--selected my-rta-item"
169
169
style = " background: green;"
170
170
>
171
171
<div
@@ -181,7 +181,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
181
181
</div >
182
182
</li >
183
183
<li
184
- class = " rta__item my-rta-item"
184
+ class = " rta__item my-rta-item"
185
185
style = " background: green;"
186
186
>
187
187
<div
@@ -197,7 +197,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
197
197
</div >
198
198
</li >
199
199
<li
200
- class = " rta__item my-rta-item"
200
+ class = " rta__item my-rta-item"
201
201
style = " background: green;"
202
202
>
203
203
<div
@@ -221,7 +221,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
221
221
class = " rta__list my-rta-list"
222
222
>
223
223
<li
224
- class = " rta__item my-rta-item"
224
+ class = " rta__item rta__item--selected my-rta-item"
225
225
style = " background: green;"
226
226
>
227
227
<div
@@ -237,7 +237,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
237
237
</div >
238
238
</li >
239
239
<li
240
- class = " rta__item my-rta-item"
240
+ class = " rta__item my-rta-item"
241
241
style = " background: green;"
242
242
>
243
243
<div
@@ -253,7 +253,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
253
253
</div >
254
254
</li >
255
255
<li
256
- class = " rta__item my-rta-item"
256
+ class = " rta__item my-rta-item"
257
257
style = " background: green;"
258
258
>
259
259
<div
@@ -273,7 +273,7 @@ exports[`object-based items with keys match the snapshot of dropdown, list, and
273
273
274
274
exports [` object-based items with keys match the snapshot of dropdown, list, and item 3` ] = `
275
275
<li
276
- class = " rta__item my-rta-item"
276
+ class = " rta__item rta__item--selected my-rta-item"
277
277
style = " background: green;"
278
278
>
279
279
<div
0 commit comments