Skip to content

Commit fe594e0

Browse files
committed
MC-3235: Add Missing P0-P1 MFTF Tests For Block
1 parent 663bf20 commit fe594e0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeBlockActionGroup.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
<seeElement selector="{{BlockOnStage.title(index,block.title)}}" stepKey="seeOptionMenuTitle"/>
3737
<see selector="{{BlockOnStage.content(index)}}" userInput="{{block.content}}" stepKey="seeBlockContentOnStage"/>
3838
</actionGroup>
39-
<actionGroup name="verifyBlockOnStorefront">
40-
<arguments>
41-
<argument name="block"/>
42-
<argument name="index" defaultValue="1" type="string"/>
43-
</arguments>
44-
<waitForPageLoad stepKey="waitForAnimation" time="30"/>
45-
<see selector="{{BlockOnStorefront.textContent(index, block.content)}}" stepKey="seeBlockContentOnCmsStage"/>
46-
</actionGroup>
4739
<actionGroup name="verifyVerticalAlignmentBottomInBlock">
4840
<arguments>
4941
<argument name="block" defaultValue="BlockOnStorefront"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<annotations>
1313
<features value="PageBuilder"/>
1414
<stories value="Block"/>
15-
<title value="Block - Initial Status"/>
15+
<title value="Validate Empty Block on Stage and Storefront"/>
1616
<description value="Verify that empty block renders correctly on stage and storefront"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-2278"/>

0 commit comments

Comments
 (0)