Skip to content

Commit 86974e4

Browse files
committed
fix: unit test snapshots
1 parent 2dcbd47 commit 86974e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-dropdown/src/__snapshots__/index.test.js.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ exports[`renders an open dropdown 1`] = `
7373
-webkit-flex-grow: 1;
7474
-ms-flex-positive: 1;
7575
flex-grow: 1;
76+
width: 100%;
7677
}
7778
7879
.emotion-2 {
@@ -304,6 +305,7 @@ exports[`renders an open dropdown with categories 1`] = `
304305
-webkit-flex-grow: 1;
305306
-ms-flex-positive: 1;
306307
flex-grow: 1;
308+
width: 100%;
307309
}
308310
309311
.emotion-6 {
@@ -848,6 +850,7 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
848850
-webkit-flex-grow: 1;
849851
-ms-flex-positive: 1;
850852
flex-grow: 1;
853+
width: 100%;
851854
}
852855
853856
.emotion-4 {
@@ -1459,6 +1462,7 @@ exports[`using arrow down should hover on element 1`] = `
14591462
-webkit-flex-grow: 1;
14601463
-ms-flex-positive: 1;
14611464
flex-grow: 1;
1465+
width: 100%;
14621466
}
14631467
14641468
.emotion-0 {
@@ -1609,6 +1613,7 @@ exports[`using useFilter should only return items that match the input value 1`]
16091613
-webkit-flex-grow: 1;
16101614
-ms-flex-positive: 1;
16111615
flex-grow: 1;
1616+
width: 100%;
16121617
}
16131618
16141619
.emotion-4 {

0 commit comments

Comments
 (0)