Skip to content

Commit

Permalink
#416: Update snapshots and test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Diljit VJ committed Feb 19, 2021
1 parent a055c63 commit 0276b76
Show file tree
Hide file tree
Showing 9 changed files with 539 additions and 130 deletions.
16 changes: 8 additions & 8 deletions src/components/block/__snapshots__/spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
<div
style={
Object {
"borderColor": "transparent transparent #22194d transparent",
"borderColor": "transparent transparent #22194dff transparent",
"borderStyle": "solid",
"borderWidth": "0 10px 10px 10px",
"display": "none",
Expand All @@ -45,7 +45,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
"WebkitBorderRadius": "6px 6px 0 0",
"WebkitJustifyContent": "center",
"alignItems": "center",
"background": "#22194d",
"background": "#22194dff",
"borderRadius": "6px 6px 0 0",
"display": "flex",
"height": "110px",
Expand All @@ -64,7 +64,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
}
}
>
#22194d
#22194dff
</div>
</div>
<div
Expand Down Expand Up @@ -386,7 +386,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
"width": "100%",
}
}
value="#22194D"
value="#22194DFF"
/>
</div>
</div>
Expand Down Expand Up @@ -417,7 +417,7 @@ exports[`Block renders correctly 1`] = `
<div
style={
Object {
"borderColor": "transparent transparent #22194d transparent",
"borderColor": "transparent transparent #22194dff transparent",
"borderStyle": "solid",
"borderWidth": "0 10px 10px 10px",
"height": "0px",
Expand All @@ -437,7 +437,7 @@ exports[`Block renders correctly 1`] = `
"WebkitBorderRadius": "6px 6px 0 0",
"WebkitJustifyContent": "center",
"alignItems": "center",
"background": "#22194d",
"background": "#22194dff",
"borderRadius": "6px 6px 0 0",
"display": "flex",
"height": "110px",
Expand All @@ -456,7 +456,7 @@ exports[`Block renders correctly 1`] = `
}
}
>
#22194d
#22194dff
</div>
</div>
<div
Expand Down Expand Up @@ -778,7 +778,7 @@ exports[`Block renders correctly 1`] = `
"width": "100%",
}
}
value="#22194D"
value="#22194DFF"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/chrome/__snapshots__/spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ exports[`Chrome renders correctly 1`] = `
"width": "100%",
}
}
value="#22194D"
value="#22194DFF"
/>
<label
htmlFor="rc-editable-input-1"
Expand Down

0 comments on commit 0276b76

Please sign in to comment.