Skip to content

Commit 0aeb73f

Browse files
committed
fix: tests (#5476)
1 parent a7c2965 commit 0aeb73f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,16 @@ exports[`searchInput > renders with shortcut prop > as array of string 1`] = `
738738
align-items: center;
739739
}
740740
741+
.emotion-19[data-prominence='strong'] {
742+
background-color: #151a2d;
743+
border-color: #d9dadd;
744+
}
745+
746+
.emotion-19[data-prominence='strong'][data-disabled="true"] {
747+
background-color: #e9eaeb;
748+
border-color: #e9eaeb;
749+
}
750+
741751
.emotion-14[data-prominence='strong'] {
742752
background-color: #151a2d;
743753
border-color: #d9dadd;
@@ -746,6 +756,7 @@ exports[`searchInput > renders with shortcut prop > as array of string 1`] = `
746756
.emotion-14[data-prominence='strong'][data-disabled="true"] {
747757
background-color: #e9eaeb;
748758
border-color: #e9eaeb;
759+
cursor: not-allowed;
749760
}
750761
751762
.emotion-14[data-disabled='true'] {
@@ -1041,6 +1052,16 @@ exports[`searchInput > renders with shortcut prop > as boolean 1`] = `
10411052
align-items: center;
10421053
}
10431054
1055+
.emotion-19[data-prominence='strong'] {
1056+
background-color: #151a2d;
1057+
border-color: #d9dadd;
1058+
}
1059+
1060+
.emotion-19[data-prominence='strong'][data-disabled="true"] {
1061+
background-color: #e9eaeb;
1062+
border-color: #e9eaeb;
1063+
}
1064+
10441065
.emotion-14[data-prominence='strong'] {
10451066
background-color: #151a2d;
10461067
border-color: #d9dadd;
@@ -1049,6 +1070,7 @@ exports[`searchInput > renders with shortcut prop > as boolean 1`] = `
10491070
.emotion-14[data-prominence='strong'][data-disabled="true"] {
10501071
background-color: #e9eaeb;
10511072
border-color: #e9eaeb;
1073+
cursor: not-allowed;
10521074
}
10531075
10541076
.emotion-14[data-disabled='true'] {

0 commit comments

Comments
 (0)