Skip to content

Commit 314fd03

Browse files
committed
ACQE-5327: Reverted the stepkey to original name as suggested
1 parent 406c27b commit 314fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/AdminActionGroup/SwitchToPageBuilderStageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<argument name="editButtonSelector" defaultValue="{{PageBuilderStage.editButtonSelector}}" type="string"/>
1616
<argument name="rowIndex" defaultValue="1" type="string"/>
1717
</arguments>
18-
<waitForElementClickable selector="{{sectionSelector}}" stepKey="waitForContentSection"/>
18+
<waitForElementClickable selector="{{sectionSelector}}" stepKey="waitForSection"/>
1919
<conditionalClick selector="{{sectionSelector}}" dependentSelector="{{sectionDependentSelector}}" visible="false" stepKey="expandSection"/>
2020
<waitForPageLoad time="30" stepKey="waitForStageToLoad"/>
2121
<waitForElementVisible time="30" selector="{{snapshotSelector}}" stepKey="waitForSnapshot"/>

0 commit comments

Comments
 (0)