Skip to content

Commit 7e9d691

Browse files
committed
More snapshots
1 parent eca2ebf commit 7e9d691

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

apps/web/test/unit-tests/components/views/dialogs/__snapshots__/UnpinAllDialog-test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exports[`<UnpinAllDialog /> should render 1`] = `
3333
class="mx_UnpinAllDialog_buttons"
3434
>
3535
<button
36-
class="_button_13vu4_8 _destructive_13vu4_110"
36+
class="_button_1nw83_8 _destructive_1nw83_110"
3737
data-kind="primary"
3838
data-size="lg"
3939
role="button"
@@ -42,7 +42,7 @@ exports[`<UnpinAllDialog /> should render 1`] = `
4242
Continue
4343
</button>
4444
<button
45-
class="_button_13vu4_8"
45+
class="_button_1nw83_8"
4646
data-kind="tertiary"
4747
data-size="lg"
4848
role="button"

apps/web/test/unit-tests/components/views/toasts/__snapshots__/GenericToast-test.tsx.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ exports[`GenericToast should render as expected with detail content 1`] = `
1515
class="mx_Toast_buttons"
1616
>
1717
<button
18-
class="_button_13vu4_8"
18+
class="_button_1nw83_8"
1919
data-kind="secondary"
20-
data-size="sm"
20+
data-size="md"
2121
role="button"
2222
tabindex="0"
2323
>
2424
Reject
2525
</button>
2626
<button
27-
class="_button_13vu4_8"
27+
class="_button_1nw83_8"
2828
data-kind="primary"
29-
data-size="sm"
29+
data-size="md"
3030
role="button"
3131
tabindex="0"
3232
>
@@ -57,18 +57,18 @@ exports[`GenericToast should render as expected without detail content 1`] = `
5757
class="mx_Toast_buttons"
5858
>
5959
<button
60-
class="_button_13vu4_8"
60+
class="_button_1nw83_8"
6161
data-kind="secondary"
62-
data-size="sm"
62+
data-size="md"
6363
role="button"
6464
tabindex="0"
6565
>
6666
Reject
6767
</button>
6868
<button
69-
class="_button_13vu4_8"
69+
class="_button_1nw83_8"
7070
data-kind="primary"
71-
data-size="sm"
71+
data-size="md"
7272
role="button"
7373
tabindex="0"
7474
>

apps/web/test/unit-tests/vector/__snapshots__/init-test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
106106
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x); --mx-flex-wrap: nowrap;"
107107
>
108108
<button
109-
class="_button_13vu4_8 _has-icon_13vu4_60"
109+
class="_button_1nw83_8 _has-icon_1nw83_60"
110110
data-kind="secondary"
111-
data-size="sm"
111+
data-size="md"
112112
role="button"
113113
tabindex="0"
114114
>
@@ -130,9 +130,9 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
130130
Learn more
131131
</button>
132132
<button
133-
class="_button_13vu4_8"
133+
class="_button_1nw83_8"
134134
data-kind="primary"
135-
data-size="sm"
135+
data-size="md"
136136
role="button"
137137
tabindex="0"
138138
>
@@ -156,7 +156,7 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
156156
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x); --mx-flex-wrap: nowrap;"
157157
>
158158
<a
159-
class="_button_13vu4_8 _has-icon_13vu4_60"
159+
class="_button_1nw83_8 _has-icon_1nw83_60"
160160
data-kind="secondary"
161161
data-size="lg"
162162
href="https://packages.element.io/desktop/install/macos/Element.dmg"
@@ -180,7 +180,7 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
180180
Mac
181181
</a>
182182
<a
183-
class="_button_13vu4_8 _has-icon_13vu4_60"
183+
class="_button_1nw83_8 _has-icon_1nw83_60"
184184
data-kind="secondary"
185185
data-size="lg"
186186
href="https://packages.element.io/desktop/install/win32/x64/Element%20Setup.exe"
@@ -202,7 +202,7 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
202202
Windows (64-bit)
203203
</a>
204204
<a
205-
class="_button_13vu4_8 _has-icon_13vu4_60"
205+
class="_button_1nw83_8 _has-icon_1nw83_60"
206206
data-kind="secondary"
207207
data-size="lg"
208208
href="https://packages.element.io/desktop/install/win32/arm64/Element%20Setup.exe"
@@ -224,7 +224,7 @@ exports[`showIncompatibleBrowser should match snapshot 1`] = `
224224
Windows (ARM 64-bit)
225225
</a>
226226
<a
227-
class="_button_13vu4_8 _has-icon_13vu4_60"
227+
class="_button_1nw83_8 _has-icon_1nw83_60"
228228
data-kind="secondary"
229229
data-size="lg"
230230
href="https://element.io/download#linux"

0 commit comments

Comments
 (0)