File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 68
68
<argument name =" customerEmail" value =" $$createCustomer.email$$" />
69
69
<argument name =" groupName" value =" {{GeneralCustomerGroup.code}}" />
70
70
</actionGroup >
71
+
72
+ <!-- Go to New Product page, add check custom customer group values-->
73
+ <amOnPage url =" {{AdminProductCreatePage.url('4', 'simple')}}" stepKey =" goToCreateSimpleProductPage" />
74
+ <click selector =" {{AdminProductFormSection.advancedPricingLink}}" stepKey =" clickOnAdvancedPricingButton" />
75
+ <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" waitForCustomerGroupPriceAddButton" />
76
+ <click selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" addCustomerGroupAllGroupsQty1PriceDiscountAnd10percent" />
77
+ <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect('0')}}" stepKey =" waitForSelectCustomerGroupNameAttribute2" />
78
+ <dontSee selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect('0')}}" userInput =" {{CustomerGroupChange.code}}" stepKey =" seeProductTierPriceCustomerGroupInput" />
71
79
</test >
72
80
</tests >
You can’t perform that action at this time.
0 commit comments