Skip to content

Commit 6646327

Browse files
committed
MC-3864: Fix alpha value in background colour
- Update test to actually check alpha value from colour picker
1 parent 2f4cff0 commit 6646327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Data/BackgroundFormData.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
<data key="section">background</data>
7575
<data key="fieldName">background_color</data>
7676
<data key="value">rgba(0, 0, 254, 0.92)</data>
77-
<data key="rgb">rgb(0, 0, 254)</data>
78-
<data key="hex">#0000fe</data>
79-
<data key="editPanelValue">#0000fe</data>
77+
<data key="rgb">rgba(0, 0, 254, 0.92)</data>
78+
<data key="hex">rgba(0, 0, 254, 0.92)</data>
79+
<data key="editPanelValue">rgba(0, 0, 254, 0.92)</data>
8080
</entity>
8181
<entity name="PageBuilderBackgroundColor_HSL_Orange" type="pagebuilder_background_color_property">
8282
<data key="name">Background Color</data>

0 commit comments

Comments
 (0)