Skip to content

Commit 15d89bd

Browse files
committed
MC-3330: Add Missing P0-P1 MFTF Tests For PageBuilder On Catalog Category
- Fixing typos in stepKeys
1 parent 64635c1 commit 15d89bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductPageBuilderTests.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<waitForPageLoad stepKey="waitForPageLoad4"/>
197197
<seeElement selector="{{PageBuilderProductAttribute.PageBuilderBtn($$myProductAttributeCreation.attribute_code$$)}}" stepKey="seePagebuilderBtn"/>
198198
<click selector="{{PageBuilderProductAttribute.PageBuilderBtn($$myProductAttributeCreation.attribute_code$$)}}" stepKey="enablePageBuilder"/>
199-
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waiForPageBuilderVisible"/>
199+
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waitForPageBuilderVisible"/>
200200
<seeElement selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="seePageBuilderVisible"/>
201201
<seeElement selector=".stage-full-screen" stepKey="seePageBuilderFullSizeScreen"/>
202202
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection">
@@ -438,7 +438,7 @@
438438
<click selector="{{AdminProductFormSection.attributeTab}}" stepKey="expandAttributeTab"/>
439439
<waitForElementVisible selector="{{PageBuilderProductAttribute.PageBuilderBtn(ProductAttributeFrontendLabel.label)}}" stepKey="waitForAttributeVisbile"/>
440440
<click selector="{{PageBuilderProductAttribute.PageBuilderBtn(ProductAttributeFrontendLabel.label)}}" stepKey="enablePageBuilder"/>
441-
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waiForPageBuilderVisible"/>
441+
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waitForPageBuilderVisible"/>
442442
<seeElement selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="seePageBuilderVisible"/>
443443
<seeElement selector=".stage-full-screen" stepKey="seePageBuilderFullSizeScreen"/>
444444
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection">
@@ -495,7 +495,7 @@
495495
<see userInput="{{EditWithPageBuilderButton.value}}" stepKey="seePageBuilderBtn"/>
496496
<click selector="{{PageBuilderCategoryAttribute.PageBuilderArea('description')}}" stepKey="clickOnPageBuilderBtn"/>
497497
<waitForPageLoad stepKey="waitForPageLoadPageBuilder"/>
498-
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waiForPageBuilderVisible"/>
498+
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waitForPageBuilderVisible"/>
499499
<waitForElementVisible selector="{{PageBuilderStage.stageWrapperFullScreen}}" stepKey="seePageBuilderFullSizeScreen"/>
500500
<!-- Set background color of row -->
501501
<comment userInput="Set background color of row" stepKey="commentSetRowBackgroundColor"/>
@@ -569,7 +569,7 @@
569569
<see userInput="{{EditWithPageBuilderButton.value}}" stepKey="seePageBuilderBtn"/>
570570
<click selector="{{PageBuilderCategoryAttribute.PageBuilderArea('description')}}" stepKey="clickOnPageBuilderBtn"/>
571571
<waitForPageLoad stepKey="waitForPageLoadPageBuilder"/>
572-
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waiForPageBuilderVisible"/>
572+
<waitForElementVisible selector="{{PageBuilderPanel.layoutMenuSection}}" stepKey="waitForPageBuilderVisible"/>
573573
<waitForElementVisible selector="{{PageBuilderStage.stageWrapperFullScreen}}" stepKey="seePageBuilderFullSizeScreen"/>
574574
<!-- Set background color of row -->
575575
<comment userInput="Set background color of row" stepKey="commentSetRowBackgroundColor"/>

0 commit comments

Comments
 (0)