Skip to content

Commit c051dcb

Browse files
committed
MC-3870: Background does not conform to border radius for banner, image, contained row & video
Address CR feedback - Use appearance references found in CommonContentTypeData
1 parent f690c74 commit c051dcb

4 files changed

+3
-4
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCollageCenterAppearanceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@
12941294
<group value="pagebuilder-bannerCollageCenter"/>
12951295
</annotations>
12961296
<actionGroup ref="chooseVisualSelectOption" stepKey="selectAppearance">
1297-
<argument name="property" value="PageBuilderBannerCollageCenteredProperty"/>
1297+
<argument name="property" value="PageBuilderAppearance_CollageCentered"/>
12981298
</actionGroup>
12991299
<assertEquals stepKey="assertOverlayBorderRadiusEqualityWhereBorderRadiusGreaterThanBorderWidth">
13001300
<expectedResult type="int">0</expectedResult>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCollageLeftAppearanceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@
11981198
<group value="pagebuilder-bannerCollageLeft"/>
11991199
</annotations>
12001200
<actionGroup ref="chooseVisualSelectOption" stepKey="selectAppearance">
1201-
<argument name="property" value="PageBuilderBannerCollageLeftProperty"/>
1201+
<argument name="property" value="PageBuilderAppearance_CollageLeft"/>
12021202
</actionGroup>
12031203
<assertEquals stepKey="assertOverlayBorderRadiusEqualityWhereBorderRadiusGreaterThanBorderWidth">
12041204
<expectedResult type="int">0</expectedResult>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCollageRightAppearanceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@
11981198
<group value="pagebuilder-bannerCollageRight"/>
11991199
</annotations>
12001200
<actionGroup ref="chooseVisualSelectOption" stepKey="selectAppearance">
1201-
<argument name="property" value="PageBuilderBannerCollageRightProperty"/>
1201+
<argument name="property" value="PageBuilderAppearance_CollageRight"/>
12021202
</actionGroup>
12031203
<assertEquals stepKey="assertOverlayBorderRadiusEqualityWhereBorderRadiusGreaterThanBorderWidth">
12041204
<expectedResult type="int">0</expectedResult>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerPosterAppearanceTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,6 @@
16101610
<!-- Validate Storefront where border radius <= border width -->
16111611
<comment userInput="Validate Storefront where border radius less than or equal to border width" stepKey="commentValidateStorefront2"/>
16121612
<actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage2"/>
1613-
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage3"/>
16141613
<switchToNextTab stepKey="switchBackToStorefront" />
16151614
<actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront2">
16161615
<argument name="contentType" value="PageBuilderBannerContentType"/>

0 commit comments

Comments
 (0)