Skip to content

Commit a02474c

Browse files
committed
PB-365: Templates MFTF Test Coverage
- Fixing incorrect section reference
1 parent 0798726 commit a02474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/TemplatesActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
</arguments>
502502
<waitForPageLoad stepKey="waitForGridLoad"/>
503503
<waitForElementVisible selector="{{section.allRows}}" stepKey="waitForRows"/>
504-
<seeNumberOfElements userInput="{{total}}" selector="{{PageBuilderTemplatesGrid.allRows}}" stepKey="seeNumberOfRows"/>
504+
<seeNumberOfElements userInput="{{total}}" selector="{{section.allRows}}" stepKey="seeNumberOfRows"/>
505505
</actionGroup>
506506
<actionGroup name="clickNextPageOnPageBuilderTemplateGrid">
507507
<annotations>

0 commit comments

Comments
 (0)