Skip to content

Commit b9a5a94

Browse files
committed
test: update snapshots
1 parent 502c101 commit b9a5a94

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/Alert/tests/__snapshots__/CAlert.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`CAlert renders correctly 1`] = `
55
appear="true"
66
aria-atomic="true"
77
aria-live="polite"
8-
class="c-alert c-alert-dismissible c-alert-info"
8+
class="c-alert c-alert-dismissible c-alert-primary"
99
role="alert"
1010
>
1111
<button

src/components/Badge/tests/__snapshots__/CBadge.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
exports[`CBadge .vue renders correctly 1`] = `
44
<span
5-
class="c-badge c-badge-secondary"
5+
class="c-badge c-badge-primary"
66
/>
77
`;

src/components/Button/tests/__snapshots__/CButton.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`CButton renders correctly 1`] = `
44
<button
5-
class="c-btn c-btn-secondary"
5+
class="c-btn c-btn-primary"
66
type="button"
77
/>
88
`;

src/components/Switch/tests/__snapshots__/CSwitch.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`CSwitch renders correctly 1`] = `
44
<label
5-
class="c-switch c-form-check-label c-switch-secondary"
5+
class="c-switch c-form-check-label c-switch-primary"
66
>
77
<input
88
class="c-switch-input c-form-check-input"

src/components/Widgets/tests/__snapshots__/CWidgetBrand.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports[`CWidgetBrand matches default props snapshot 1`] = `
6363
class="c-card"
6464
>
6565
<div
66-
class="c-card-header c-content-center c-text-white c-p-0 c-bg-undefined"
66+
class="c-card-header c-content-center c-text-white c-p-0 c-bg-primary"
6767
/>
6868
6969
<div

0 commit comments

Comments
 (0)