Skip to content

Commit 1cbe3e8

Browse files
committed
MC-17658: Save Selected Block/Dynamic Block In Edit Form By Only Clicking Select Button
- Remove addSelectedBtn references in section and action group
1 parent 3748187 commit 1cbe3e8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
<waitForElementVisible selector="{{BlockOnGrid.selectBtn(block.identifier)}}" stepKey="waitForSearchResult"/>
2424
<click selector="{{BlockOnGrid.selectBtn(block.identifier)}}" stepKey="clickSelectBtn"/>
2525
<waitForPageLoad stepKey="waitForPageLoad3"/>
26-
<waitForElementVisible selector="{{BlockOnGrid.addSelectedBtn}}" stepKey="waitForAddSelected"/>
27-
<click selector="{{BlockOnGrid.addSelectedBtn}}" stepKey="clickAddSelected"/>
28-
<waitForPageLoad stepKey="waitForPageLoad4"/>
2926
<waitForElementVisible selector="{{BlockOnForm.title(block.title)}}" stepKey="waitToSeeBlockTitle"/>
3027
</actionGroup>
3128
<actionGroup name="verifyBlockOnStage">

app/code/Magento/PageBuilder/Test/Mftf/Section/PageBuilderBlockSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<element name="searchBox" type="text" selector="//input[contains(@class,'data-grid-search-control')]"/>
3737
<element name="searchBtn" type="text" selector=".action-submit"/>
3838
<element name="selectBtn" type="text" selector="//div[text()='{{arg}}']/parent::td//preceding-sibling::td//button[text()='Select']" parameterized="true"/>
39-
<element name="addSelectedBtn" type="text" selector="//aside[contains(@class, '_show')]//button/span[text()='Add Selected']"/>
4039
</section>
4140
<section name="BlockOnForm">
4241
<element name="title" type="text" selector="(//div[contains(@class,'pagebuilder-block')]//div[contains(@class,'block-title') and text()='{{arg1}}'])" parameterized="true"/>

0 commit comments

Comments
 (0)