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 0798726 commit a02474cCopy full SHA for a02474c
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/TemplatesActionGroup.xml
@@ -501,7 +501,7 @@
501
</arguments>
502
<waitForPageLoad stepKey="waitForGridLoad"/>
503
<waitForElementVisible selector="{{section.allRows}}" stepKey="waitForRows"/>
504
- <seeNumberOfElements userInput="{{total}}" selector="{{PageBuilderTemplatesGrid.allRows}}" stepKey="seeNumberOfRows"/>
+ <seeNumberOfElements userInput="{{total}}" selector="{{section.allRows}}" stepKey="seeNumberOfRows"/>
505
</actionGroup>
506
<actionGroup name="clickNextPageOnPageBuilderTemplateGrid">
507
<annotations>
0 commit comments