Skip to content

Commit 77e690d

Browse files
committed
PB-179: Product Content Type Inner Contents Should Not Align Based On Alignment Configuration
- remove <comment> actions
1 parent 0182466 commit 77e690d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderProductsGridTest/ProductsUpdateAdvancedConfigurationValuesTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
<argument name="index" value="1"/>
145145
</actionGroup>
146146
<!-- Validate Product Item Inner Contents Stay Aligned Left -->
147-
<comment userInput="Validate Product Item Inner Contents Stay Aligned Left" stepKey="commentValidateStageContentsAlignedLeft"/>
148147
<executeJS function="return window.getComputedStyle({{ProductsOnStage.productJS('1')}}).textAlign" stepKey="grabComputedTextAlign"/>
149148
<assertEquals stepKey="assertComputedTextAlign">
150149
<expectedResult type="string">{{PageBuilderAdvancedAlignmentPropertyLeft.value}}</expectedResult>
@@ -197,7 +196,6 @@
197196
<argument name="index" value="1"/>
198197
</actionGroup>
199198
<!-- Validate Product Item Inner Contents Stay Aligned Left Storefront -->
200-
<comment userInput="Validate Product Item Inner Contents Stay Aligned Left Storefront" stepKey="commentValidateStorefrontContentsAlignedLeft"/>
201199
<executeJS function="return window.getComputedStyle({{ProductsOnStorefront.productJS('1')}}).textAlign" stepKey="grabComputedTextAlignStorefront"/>
202200
<assertEquals stepKey="assertComputedTextAlignStorefront">
203201
<expectedResult type="string">{{PageBuilderAdvancedAlignmentPropertyLeft.value}}</expectedResult>

0 commit comments

Comments
 (0)