Skip to content

Commit 0e875c0

Browse files
committed
update snapshot
1 parent b8baca3 commit 0e875c0

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

test/unit-tests/components/structures/auth/__snapshots__/CompleteSecurity-test.tsx.snap

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
3737
class="mx_CompleteSecurity_body"
3838
>
3939
<div
40-
class="mx_EncryptionCard mx_EncryptionCard_noBorder"
40+
class="mx_EncryptionCard mx_EncryptionCard_noBorder mx_SetupEncryptionBody"
4141
>
4242
<div
4343
class="mx_EncryptionCard_header"
@@ -88,8 +88,10 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
8888
<div
8989
class="mx_EncryptionCard_buttons"
9090
>
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"
9395
role="button"
9496
tabindex="0"
9597
>
@@ -105,21 +107,25 @@ exports[`CompleteSecurity Allows verifying with another device if one is availab
105107
/>
106108
</svg>
107109
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"
111115
role="button"
112116
tabindex="0"
113117
>
114118
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"
118124
role="button"
119125
tabindex="0"
120126
>
121127
Sign out
122-
</div>
128+
</button>
123129
</div>
124130
</div>
125131
</div>
@@ -201,7 +207,7 @@ exports[`CompleteSecurity Allows verifying with recovery key if one is available
201207
class="mx_CompleteSecurity_body"
202208
>
203209
<div
204-
class="mx_EncryptionCard mx_EncryptionCard_noBorder"
210+
class="mx_EncryptionCard mx_EncryptionCard_noBorder mx_SetupEncryptionBody"
205211
>
206212
<div
207213
class="mx_EncryptionCard_header"
@@ -252,27 +258,33 @@ exports[`CompleteSecurity Allows verifying with recovery key if one is available
252258
<div
253259
class="mx_EncryptionCard_buttons"
254260
>
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"
257265
role="button"
258266
tabindex="0"
259267
>
260268
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"
264274
role="button"
265275
tabindex="0"
266276
>
267277
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"
271283
role="button"
272284
tabindex="0"
273285
>
274286
Sign out
275-
</div>
287+
</button>
276288
</div>
277289
</div>
278290
</div>

0 commit comments

Comments
 (0)