File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
</arguments >
15
15
<click selector =" {{BlockOnStage.selectBlockBtn}}" stepKey =" clickSelectBlockBtn" />
16
16
<waitForElementVisible selector =" {{BlockOnGrid.searchBox}}" stepKey =" waitForBlockGrid" />
17
- <pressKey selector =" {{BlockOnGrid.searchBox}}" userInput =" {{block.title}}" stepKey =" enterBlockTitle" />
17
+ <pressKey selector =" {{BlockOnGrid.searchBox}}" userInput =" {{block.identifier}}" stepKey =" enterBlockTitle" />
18
+ <waitForElementVisible selector =" {{BlockOnGrid.selectBtn(block.identifier)}}" stepKey =" waitForSearchResult" />
18
19
<click selector =" {{BlockOnGrid.selectBtn(block.identifier)}}" stepKey =" clickSelectBtn" />
19
20
<click selector =" {{BlockOnGrid.addSelectedBtn}}" stepKey =" clickAddSelected" />
20
21
</actionGroup >
Original file line number Diff line number Diff line change 51
51
<testCaseId value =" MC-2279" />
52
52
<group value =" pagebuilder" />
53
53
<group value =" pagebuilder-block" />
54
+
54
55
</annotations >
55
56
<before >
56
57
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
You can’t perform that action at this time.
0 commit comments