@@ -10,7 +10,7 @@ exports[`<TabList /> should accept className 1`] = `
10
10
exports [` <TabList /> should allow for higher order components 1` ] = `
11
11
<div
12
12
className = " react-tabs"
13
- data-tabs = { true }
13
+ data-rttabs = { true }
14
14
onClick = { [Function ]}
15
15
onKeyDown = { [Function ]}
16
16
>
@@ -23,6 +23,7 @@ exports[`<TabList /> should allow for higher order components 1`] = `
23
23
aria-disabled = " false"
24
24
aria-selected = " true"
25
25
className = " react-tabs__tab react-tabs__tab--selected"
26
+ data-rttab = { true }
26
27
id = " react-tabs-12"
27
28
role = " tab"
28
29
tabIndex = " 0"
@@ -34,6 +35,7 @@ exports[`<TabList /> should allow for higher order components 1`] = `
34
35
aria-disabled = " false"
35
36
aria-selected = " false"
36
37
className = " react-tabs__tab"
38
+ data-rttab = { true }
37
39
id = " react-tabs-14"
38
40
role = " tab"
39
41
tabIndex = { null }
@@ -61,7 +63,7 @@ exports[`<TabList /> should allow for higher order components 1`] = `
61
63
exports [` <TabList /> should display the custom classnames for selected and disabled tab 1` ] = `
62
64
<div
63
65
className = " react-tabs"
64
- data-tabs = { true }
66
+ data-rttabs = { true }
65
67
onClick = { [Function ]}
66
68
onKeyDown = { [Function ]}
67
69
>
@@ -74,6 +76,7 @@ exports[`<TabList /> should display the custom classnames for selected and disab
74
76
aria-disabled = " false"
75
77
aria-selected = " true"
76
78
className = " react-tabs__tab active"
79
+ data-rttab = { true }
77
80
id = " react-tabs-8"
78
81
role = " tab"
79
82
tabIndex = " 0"
@@ -85,6 +88,7 @@ exports[`<TabList /> should display the custom classnames for selected and disab
85
88
aria-disabled = " true"
86
89
aria-selected = " false"
87
90
className = " react-tabs__tab disabled"
91
+ data-rttab = { true }
88
92
id = " react-tabs-10"
89
93
role = " tab"
90
94
tabIndex = { null }
@@ -112,7 +116,7 @@ exports[`<TabList /> should display the custom classnames for selected and disab
112
116
exports [` <TabList /> should display the custom classnames for selected and disabled tab specified on tabs 1` ] = `
113
117
<div
114
118
className = " react-tabs"
115
- data-tabs = { true }
119
+ data-rttabs = { true }
116
120
onClick = { [Function ]}
117
121
onKeyDown = { [Function ]}
118
122
>
@@ -125,6 +129,7 @@ exports[`<TabList /> should display the custom classnames for selected and disab
125
129
aria-disabled = " false"
126
130
aria-selected = " true"
127
131
className = " react-tabs__tab active"
132
+ data-rttab = { true }
128
133
id = " react-tabs-4"
129
134
role = " tab"
130
135
tabIndex = " 0"
@@ -136,6 +141,7 @@ exports[`<TabList /> should display the custom classnames for selected and disab
136
141
aria-disabled = " true"
137
142
aria-selected = " false"
138
143
className = " react-tabs__tab disabled"
144
+ data-rttab = { true }
139
145
id = " react-tabs-6"
140
146
role = " tab"
141
147
tabIndex = { null }
@@ -185,7 +191,7 @@ exports[`<TabList /> should pass through custom properties 1`] = `
185
191
exports [` <TabList /> should retain the default classnames for active and disabled tab 1` ] = `
186
192
<div
187
193
className = " react-tabs"
188
- data-tabs = { true }
194
+ data-rttabs = { true }
189
195
onClick = { [Function ]}
190
196
onKeyDown = { [Function ]}
191
197
>
@@ -198,6 +204,7 @@ exports[`<TabList /> should retain the default classnames for active and disable
198
204
aria-disabled = " false"
199
205
aria-selected = " true"
200
206
className = " react-tabs__tab react-tabs__tab--selected"
207
+ data-rttab = { true }
201
208
id = " react-tabs-0"
202
209
role = " tab"
203
210
tabIndex = " 0"
@@ -209,6 +216,7 @@ exports[`<TabList /> should retain the default classnames for active and disable
209
216
aria-disabled = " true"
210
217
aria-selected = " false"
211
218
className = " react-tabs__tab react-tabs__tab--disabled"
219
+ data-rttab = { true }
212
220
id = " react-tabs-2"
213
221
role = " tab"
214
222
tabIndex = { null }
0 commit comments