Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzturc committed Aug 26, 2022
1 parent 01ad19e commit 73386db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/gridComponent.unit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ thick dotted blue
`;

exports[`Grid Component > Attributes > Filter 1`] = `
"<div class=\\"has-light-background reset-margin\\" style=\\"background-color: #B565A7; filter: blur(10px); position: absolute; left: 48px; top: 105px; height: 175px; min-height: 175px; width: 288px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly\\" >
"<div class=\\"has-dark-background reset-margin\\" style=\\"background-color: #B565A7; filter: blur(10px); position: absolute; left: 48px; top: 105px; height: 175px; min-height: 175px; width: 288px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly\\" >
Text is too blurry
</div>
Expand Down Expand Up @@ -363,7 +363,7 @@ Bottom Grid
`;
exports[`Grid Component > Attributes > Rotate 1`] = `
"<div class=\\"has-light-background reset-margin\\" style=\\"background-color: #B565A7; transform: rotate(-10deg); position: absolute; left: 336px; top: 0px; height: 175px; min-height: 175px; width: 288px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly\\" >
"<div class=\\"has-dark-background reset-margin\\" style=\\"background-color: #B565A7; transform: rotate(-10deg); position: absolute; left: 336px; top: 0px; height: 175px; min-height: 175px; width: 288px; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly\\" >
Hello
</div>
Expand Down

0 comments on commit 73386db

Please sign in to comment.