Skip to content

Commit 274366c

Browse files
committed
fix: unit tests
1 parent 57cf481 commit 274366c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/ui/src/components/SelectInputV2/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,8 +3592,6 @@ exports[`SelectInputV2 > renders correctly multiselect 1`] = `
35923592
background: #ffffff;
35933593
border: 1px solid #d9dadd;
35943594
border-radius: 0.25rem;
3595-
box-shadow: 0px 0px 0px 3px #8c40ef40;
3596-
border: 1px solid #8c40ef;
35973595
}
35983596
35993597
.emotion-33>.emotion-40 {
@@ -6428,8 +6426,6 @@ exports[`SelectInputV2 > renders correctly required 2`] = `
64286426
background: #ffffff;
64296427
border: 1px solid #d9dadd;
64306428
border-radius: 0.25rem;
6431-
box-shadow: 0px 0px 0px 3px #8c40ef40;
6432-
border: 1px solid #8c40ef;
64336429
}
64346430
64356431
.emotion-23>.emotion-30 {
@@ -11669,8 +11665,6 @@ exports[`SelectInputV2 > renders correctly with footer 1`] = `
1166911665
background: #ffffff;
1167011666
border: 1px solid #d9dadd;
1167111667
border-radius: 0.25rem;
11672-
box-shadow: 0px 0px 0px 3px #8c40ef40;
11673-
border: 1px solid #8c40ef;
1167411668
}
1167511669
1167611670
.emotion-23>.emotion-30 {
@@ -14024,8 +14018,6 @@ exports[`SelectInputV2 > renders correctly with label on the bottom and optional
1402414018
background: #ffffff;
1402514019
border: 1px solid #d9dadd;
1402614020
border-radius: 0.25rem;
14027-
box-shadow: 0px 0px 0px 3px #8c40ef40;
14028-
border: 1px solid #8c40ef;
1402914021
}
1403014022
1403114023
.emotion-23>.emotion-30 {
@@ -15204,8 +15196,6 @@ exports[`SelectInputV2 > renders correctly with label on the right and optional
1520415196
background: #ffffff;
1520515197
border: 1px solid #d9dadd;
1520615198
border-radius: 0.25rem;
15207-
box-shadow: 0px 0px 0px 3px #8c40ef40;
15208-
border: 1px solid #8c40ef;
1520915199
}
1521015200
1521115201
.emotion-23>.emotion-30 {
@@ -18437,8 +18427,6 @@ exports[`SelectInputV2 > renders correctly with success 1`] = `
1843718427
background: #ffffff;
1843818428
border: 1px solid #d9dadd;
1843918429
border-radius: 0.25rem;
18440-
box-shadow: 0px 0px 0px 3px #8c40ef40;
18441-
border: 1px solid #8c40ef;
1844218430
}
1844318431
1844418432
.emotion-25>.emotion-32 {

0 commit comments

Comments
 (0)