We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2528b6 commit 54d8e82Copy full SHA for 54d8e82
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeBlockActionGroup.xml
@@ -19,6 +19,7 @@
19
<click selector="{{BlockOnGrid.searchBtn}}" stepKey="clickSearchBtn"/>
20
<waitForElementVisible selector="{{BlockOnGrid.selectBtn(block.identifier)}}" stepKey="waitForSearchResult"/>
21
<click selector="{{BlockOnGrid.selectBtn(block.identifier)}}" stepKey="clickSelectBtn"/>
22
+ <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear2"/>
23
<waitForElementVisible selector="{{BlockOnGrid.addSelectedBtn}}" stepKey="waitForAddSelected"/>
24
<click selector="{{BlockOnGrid.addSelectedBtn}}" stepKey="clickAddSelected"/>
25
</actionGroup>
0 commit comments