Skip to content

Commit 67b7777

Browse files
authored
Merge pull request #207 from magento-pangolin/mtf-eol-pr
[pangolins] Convert MTF tests to MFTF tests
2 parents a4f1052 + 99d89a1 commit 67b7777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@
302302
<click selector="{{AdminProductFormSection.frontendInput}}" stepKey="openInputTypeDropdown"/>
303303
<see userInput="Page Builder" stepKey="seePageBuilderInputType" />
304304
<selectOption selector="{{AdminProductFormSection.frontendInput}}" userInput="Page Builder" stepKey="selectOption1"/>
305-
<click selector="{{AdminProductFormSection.save}}" stepKey="saveAttribute"/>
306-
<waitForElementNotVisible selector="{{AdminProductFormSection.save}}" stepKey="waitForSlideOutCloses" />
305+
<click selector="{{AdminProductFormSection.saveNewAttribute}}" stepKey="saveAttribute"/>
306+
<waitForElementNotVisible selector="{{AdminProductFormSection.saveNewAttribute}}" stepKey="waitForSlideOutCloses" />
307307
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
308308
<click selector="{{AdminProductFormSection.attributeTab}}" stepKey="expandAttributeTab"/>
309309
<waitForElementVisible selector="{{PageBuilderProductAttribute.PageBuilderBtn(ProductAttributeFrontendLabel.label)}}" stepKey="waitForAttributeVisbile" />

0 commit comments

Comments
 (0)