Skip to content

Commit 7e121e0

Browse files
committed
MC-2259: Build Stabilization
Open edit panel after asserting seeing 'not selected' text in block content type on stage
1 parent 9746007 commit 7e121e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
<testCaseId value="MC-2288" />
182182
<group value="pagebuilder" />
183183
<group value="pagebuilder-block" />
184-
<group value="VerifyBlockDisabled" />
185184
</annotations>
186185
<before>
187186
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin" />
@@ -206,6 +205,9 @@
206205
</actionGroup>
207206
<actionGroup ref="closeEditPanelSettings" stepKey="closeEditPanelSettings"/>
208207
<seeElement selector="{{BlockOnStage.title('Not Selected')}}" stepKey="seeNotSelectedBlock"/>
208+
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
209+
<argument name="contentType" value="PageBuilderBlockContentType"/>
210+
</actionGroup>
209211
<actionGroup ref="searchBlockInGrid" stepKey="searchBlockInGrid">
210212
<argument name="block" value="$$createPreReqBlock$$"/>
211213
</actionGroup>

0 commit comments

Comments
 (0)