File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
<fillField selector =" {{BlockOnGrid.searchBox}}" userInput =" {{block.identifier}}" stepKey =" enterBlockTitle" />
18
18
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
19
19
<click selector =" {{BlockOnGrid.searchBtn}}" stepKey =" clickSearchBtn" />
20
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
20
21
<waitForElementVisible selector =" {{BlockOnGrid.selectBtn(block.identifier)}}" stepKey =" waitForSearchResult" />
21
22
<click selector =" {{BlockOnGrid.selectBtn(block.identifier)}}" stepKey =" clickSelectBtn" />
22
- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2 " />
23
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear3 " />
23
24
<waitForElementVisible selector =" {{BlockOnGrid.addSelectedBtn}}" stepKey =" waitForAddSelected" />
24
25
<click selector =" {{BlockOnGrid.addSelectedBtn}}" stepKey =" clickAddSelected" />
25
26
</actionGroup >
You can’t perform that action at this time.
0 commit comments