Skip to content

Commit 0dc0eed

Browse files
committed
MC-17658: Save Selected Block/Dynamic Block In Edit Form By Only Clicking Select Button
- Remove addSelectedBtn click
1 parent 1cbe3e8 commit 0dc0eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<section name="BlockOnGrid">
3636
<element name="searchBox" type="text" selector="//input[contains(@class,'data-grid-search-control')]"/>
3737
<element name="searchBtn" type="text" selector=".action-submit"/>
38-
<element name="selectBtn" type="text" selector="//div[text()='{{arg}}']/parent::td//preceding-sibling::td//button[text()='Select']" parameterized="true"/>
38+
<element name="selectBtn" type="text" selector="//div[text()='{{arg}}']/parent::td/parent::tr//button[text()='Select']" parameterized="true"/>
3939
</section>
4040
<section name="BlockOnForm">
4141
<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)