Skip to content

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
undeletable committed May 7, 2024
1 parent 74b3e2b commit 58770f0
Showing 1 changed file with 11 additions and 41 deletions.
52 changes: 11 additions & 41 deletions src/js/components/Menu/__tests__/__snapshots__/Menu-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,9 @@ exports[`Menu close by clicking outside 2`] = `

exports[`Menu close by clicking outside 3`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

Expand Down Expand Up @@ -3259,26 +3254,26 @@ exports[`Menu open and close on click 1`] = `

exports[`Menu open and close on click 2`] = `
<div
class="sc-eFqGBh jXJAau"
class="StyledGrommet-sc-19lkkz7-0 gIiCYk"
>
<button
aria-expanded="true"
aria-haspopup="menu"
aria-label="Open Menu"
class="sc-gLDzan cETGdO"
class="StyledButton-sc-323bzc-0 dkczdG"
id="test-menu"
type="button"
>
<div
class="sc-beqWaB gHLwPf"
class="StyledBox-sc-13pk1d4-0 ftCvDe"
>
<span
class="sc-jTrPJq dGhpxN"
class="StyledText-sc-1sadyjn-0 lhOBjf"
>
Test
</span>
<div
class="sc-gueYoa cDowSE"
class="StyledBox__StyledBoxGap-sc-13pk1d4-1 EuOQj"
/>
<svg
aria-label="FormDown"
Expand Down Expand Up @@ -3668,14 +3663,9 @@ exports[`Menu open and close on click 3`] = `

exports[`Menu open and close on click 4`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

Expand Down Expand Up @@ -4418,14 +4408,9 @@ exports[`Menu open on up close on esc 2`] = `

exports[`Menu open on up close on esc 3`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

Expand Down Expand Up @@ -5682,14 +5667,9 @@ exports[`Menu should group items 1`] = `

exports[`Menu should group items 2`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

Expand Down Expand Up @@ -6604,14 +6584,9 @@ exports[`Menu with dropAlign bottom renders 2`] = `

exports[`Menu with dropAlign bottom renders 3`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

Expand Down Expand Up @@ -7162,13 +7137,8 @@ exports[`Menu with dropAlign top renders 2`] = `

exports[`Menu with dropAlign top renders 3`] = `
"@media only screen and (max-width: 768px) {
.gHLwPf {
.ftCvDe {
padding: 6px;
}
}
@media only screen and (max-width: 768px) {
.cDowSE {
width: 6px;
}
}"
`;

0 comments on commit 58770f0

Please sign in to comment.