@@ -37,7 +37,7 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
37
37
class = " mx_CompleteSecurity_body"
38
38
>
39
39
<div
40
- class = " mx_EncryptionCard mx_EncryptionCard_noBorder"
40
+ class = " mx_EncryptionCard mx_EncryptionCard_noBorder mx_SetupEncryptionBody "
41
41
>
42
42
<div
43
43
class = " mx_EncryptionCard_header"
@@ -88,8 +88,10 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
88
88
<div
89
89
class = " mx_EncryptionCard_buttons"
90
90
>
91
- <div
92
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary"
91
+ <button
92
+ class = " _button_vczzf_8"
93
+ data-kind = " primary"
94
+ data-size = " lg"
93
95
role = " button"
94
96
tabindex = " 0"
95
97
>
@@ -105,21 +107,25 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
105
107
/>
106
108
</svg >
107
109
Use another device
108
- </div >
109
- <div
110
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_secondary"
110
+ </button >
111
+ <button
112
+ class = " _button_vczzf_8"
113
+ data-kind = " secondary"
114
+ data-size = " lg"
111
115
role = " button"
112
116
tabindex = " 0"
113
117
>
114
118
Can't confirm?
115
- </div >
116
- <div
117
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_tertiary"
119
+ </button >
120
+ <button
121
+ class = " _button_vczzf_8"
122
+ data-kind = " tertiary"
123
+ data-size = " lg"
118
124
role = " button"
119
125
tabindex = " 0"
120
126
>
121
127
Sign out
122
- </div >
128
+ </button >
123
129
</div >
124
130
</div >
125
131
</div >
@@ -201,7 +207,7 @@ exports[`CompleteSecurity Allows verifying with recovery key if one is available
201
207
class = " mx_CompleteSecurity_body"
202
208
>
203
209
<div
204
- class = " mx_EncryptionCard mx_EncryptionCard_noBorder"
210
+ class = " mx_EncryptionCard mx_EncryptionCard_noBorder mx_SetupEncryptionBody "
205
211
>
206
212
<div
207
213
class = " mx_EncryptionCard_header"
@@ -252,27 +258,33 @@ exports[`CompleteSecurity Allows verifying with recovery key if one is available
252
258
<div
253
259
class = " mx_EncryptionCard_buttons"
254
260
>
255
- <div
256
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary"
261
+ <button
262
+ class = " _button_vczzf_8"
263
+ data-kind = " primary"
264
+ data-size = " lg"
257
265
role = " button"
258
266
tabindex = " 0"
259
267
>
260
268
Use recovery key
261
- </div >
262
- <div
263
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_secondary"
269
+ </button >
270
+ <button
271
+ class = " _button_vczzf_8"
272
+ data-kind = " secondary"
273
+ data-size = " lg"
264
274
role = " button"
265
275
tabindex = " 0"
266
276
>
267
277
Can't confirm?
268
- </div >
269
- <div
270
- class = " mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_tertiary"
278
+ </button >
279
+ <button
280
+ class = " _button_vczzf_8"
281
+ data-kind = " tertiary"
282
+ data-size = " lg"
271
283
role = " button"
272
284
tabindex = " 0"
273
285
>
274
286
Sign out
275
- </div >
287
+ </button >
276
288
</div >
277
289
</div >
278
290
</div >
0 commit comments