Skip to content

Commit 34d5ad2

Browse files
committed
fix: unit tests
1 parent ed7bdc2 commit 34d5ad2

File tree

2 files changed

+154
-8
lines changed

2 files changed

+154
-8
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,6 @@ exports[`SelectInputV2 > renders correctly grouped 1`] = `
882882
background: #ffffff;
883883
border: 1px solid #d9dadd;
884884
border-radius: 0.25rem;
885-
box-shadow: 0px 0px 0px 3px #8c40ef40;
886-
border: 1px solid #8c40ef;
887885
}
888886
889887
.emotion-23>.emotion-30 {
@@ -7945,8 +7943,6 @@ exports[`SelectInputV2 > renders correctly ungrouped 1`] = `
79457943
background: #ffffff;
79467944
border: 1px solid #d9dadd;
79477945
border-radius: 0.25rem;
7948-
box-shadow: 0px 0px 0px 3px #8c40ef40;
7949-
border: 1px solid #8c40ef;
79507946
}
79517947
79527948
.emotion-23>.emotion-30 {
@@ -10491,8 +10487,6 @@ exports[`SelectInputV2 > renders correctly with error 1`] = `
1049110487
background: #ffffff;
1049210488
border: 1px solid #d9dadd;
1049310489
border-radius: 0.25rem;
10494-
box-shadow: 0px 0px 0px 3px #8c40ef40;
10495-
border: 1px solid #8c40ef;
1049610490
}
1049710491
1049810492
.emotion-25>.emotion-32 {

0 commit comments

Comments
 (0)