Skip to content

Commit 0276b76

Browse files
author
Diljit VJ
committed
#416: Update snapshots and test cases
1 parent a055c63 commit 0276b76

File tree

9 files changed

+539
-130
lines changed

9 files changed

+539
-130
lines changed

src/components/block/__snapshots__/spec.js.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
2424
<div
2525
style={
2626
Object {
27-
"borderColor": "transparent transparent #22194d transparent",
27+
"borderColor": "transparent transparent #22194dff transparent",
2828
"borderStyle": "solid",
2929
"borderWidth": "0 10px 10px 10px",
3030
"display": "none",
@@ -45,7 +45,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
4545
"WebkitBorderRadius": "6px 6px 0 0",
4646
"WebkitJustifyContent": "center",
4747
"alignItems": "center",
48-
"background": "#22194d",
48+
"background": "#22194dff",
4949
"borderRadius": "6px 6px 0 0",
5050
"display": "flex",
5151
"height": "110px",
@@ -64,7 +64,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
6464
}
6565
}
6666
>
67-
#22194d
67+
#22194dff
6868
</div>
6969
</div>
7070
<div
@@ -386,7 +386,7 @@ exports[`Block \`triangle="hide"\` 1`] = `
386386
"width": "100%",
387387
}
388388
}
389-
value="#22194D"
389+
value="#22194DFF"
390390
/>
391391
</div>
392392
</div>
@@ -417,7 +417,7 @@ exports[`Block renders correctly 1`] = `
417417
<div
418418
style={
419419
Object {
420-
"borderColor": "transparent transparent #22194d transparent",
420+
"borderColor": "transparent transparent #22194dff transparent",
421421
"borderStyle": "solid",
422422
"borderWidth": "0 10px 10px 10px",
423423
"height": "0px",
@@ -437,7 +437,7 @@ exports[`Block renders correctly 1`] = `
437437
"WebkitBorderRadius": "6px 6px 0 0",
438438
"WebkitJustifyContent": "center",
439439
"alignItems": "center",
440-
"background": "#22194d",
440+
"background": "#22194dff",
441441
"borderRadius": "6px 6px 0 0",
442442
"display": "flex",
443443
"height": "110px",
@@ -456,7 +456,7 @@ exports[`Block renders correctly 1`] = `
456456
}
457457
}
458458
>
459-
#22194d
459+
#22194dff
460460
</div>
461461
</div>
462462
<div
@@ -778,7 +778,7 @@ exports[`Block renders correctly 1`] = `
778778
"width": "100%",
779779
}
780780
}
781-
value="#22194D"
781+
value="#22194DFF"
782782
/>
783783
</div>
784784
</div>

src/components/chrome/__snapshots__/spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ exports[`Chrome renders correctly 1`] = `
544544
"width": "100%",
545545
}
546546
}
547-
value="#22194D"
547+
value="#22194DFF"
548548
/>
549549
<label
550550
htmlFor="rc-editable-input-1"

0 commit comments

Comments
 (0)