File tree 2 files changed +5
-12
lines changed
app/code/Magento/Bundle/Test/Mftf/Test
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 99
99
<fillField selector =" {{AdminProductFormBundleSection.productSku}}" userInput =" {{BundleProduct.sku2}}" stepKey =" fillProductSku2" />
100
100
101
101
<!-- Trigger SEO drop down-->
102
- <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector = " {{AdminProductFormBundleSection.seoDependent}} " visible = " false " stepKey =" OpenDropDownIfClosed2 " />
103
- <waitForPageLoad stepKey =" WaitForDropDownSEO " />
102
+ <scrollTo selector =" {{AdminProductFormBundleSection.seoDropdown}}" stepKey =" moveToSEOSection " />
103
+ <conditionalClick selector = " {{AdminProductFormBundleSection.seoDropdown}} " dependentSelector = " {{AdminProductFormBundleSection.urlKey}} " visible = " false " stepKey =" openDropDownIfClosed " />
104
104
105
105
<!-- Fill URL input-->
106
106
<fillField userInput =" {{BundleProduct.urlKey2}}" selector =" {{AdminProductFormBundleSection.urlKey}}" stepKey =" FillsinSEOlinkExtension2" />
Original file line number Diff line number Diff line change 60
60
<fillField selector =" {{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '0')}}" userInput =" {{BundleProduct.defaultQuantity}}" stepKey =" fillProductDefaultQty1" />
61
61
<fillField selector =" {{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '1')}}" userInput =" {{BundleProduct.defaultQuantity}}" stepKey =" fillProductDefaultQty2" />
62
62
63
- <fillField selector =" {{AdminProductFormBundleSection.productName}}" userInput =" {{BundleProduct.name}}" stepKey =" fillProductName" />
64
- <fillField selector =" {{AdminProductFormBundleSection.productSku}}" userInput =" {{BundleProduct.sku}}" stepKey =" fillProductSku" />
65
-
66
- <!-- Trigger SEO drop down-->
67
- <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector =" {{AdminProductFormBundleSection.seoDependent}}" visible =" false" stepKey =" OpenDropDownIfClosed" />
68
- <waitForPageLoad stepKey =" WaitForDropDownSEO" />
69
-
70
- <!-- Fill URL input-->
71
- <fillField userInput =" {{BundleProduct.urlKey}}" selector =" {{AdminProductFormBundleSection.urlKey}}" stepKey =" FillsinSEOlinkExtension" />
63
+ <actionGroup ref =" AncillaryPrepBundleProduct" stepKey =" createBundledProductForTwoSimpleProducts" />
72
64
73
65
<!-- Save the product-->
74
66
<click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" clickSaveButton" />
104
96
<fillField selector =" {{AdminProductFormBundleSection.productSku}}" userInput =" {{BundleProduct.sku2}}" stepKey =" fillProductSku2" />
105
97
106
98
<!-- Trigger SEO drop down-->
107
- <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector =" {{AdminProductFormBundleSection.seoDependent}}" visible =" false" stepKey =" OpenDropDownIfClosed2" />
99
+ <scrollTo selector =" {{AdminProductFormBundleSection.seoDropdown}}" stepKey =" moveToSEOSection" />
100
+ <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector =" {{AdminProductFormBundleSection.urlKey}}" visible =" false" stepKey =" openDropDownIfClosed" />
108
101
<waitForPageLoad stepKey =" WaitForDropDownSEO2" />
109
102
110
103
<!-- Fill URL input-->
You can’t perform that action at this time.
0 commit comments