File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Bundle/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
<fillField selector =" {{AdminProductFormBundleSection.productSku}}" userInput =" {{BundleProduct.sku}}" stepKey =" fillProductSku" />
16
16
17
17
<!-- Trigger SEO drop down-->
18
- <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector =" {{AdminProductFormBundleSection.seoDependent}}" visible =" false" stepKey =" OpenDropDownIfClosed" />
19
- <waitForPageLoad stepKey =" WaitForDropDownSEO" />
18
+ <scrollTo selector =" {{AdminProductFormBundleSection.seoDropdown}}" stepKey =" scrollToSeoDropDown" />
19
+ <conditionalClick selector =" {{AdminProductFormBundleSection.seoDropdown}}" dependentSelector =" {{AdminProductFormBundleSection.urlKey}}" visible =" false" stepKey =" openDropDownIfClosed" />
20
+ <waitForPageLoad stepKey =" waitForDropDownSEO" />
20
21
21
22
<!-- Fill URL input-->
22
- <fillField userInput =" {{BundleProduct.urlKey}}" selector =" {{AdminProductFormBundleSection.urlKey}}" stepKey =" FillsinSEOlinkExtension " />
23
+ <fillField userInput =" {{BundleProduct.urlKey}}" selector =" {{AdminProductFormBundleSection.urlKey}}" stepKey =" fillsInSeoLinkExtension " />
23
24
</actionGroup >
24
25
25
26
<actionGroup name =" addBundleOptionWithTwoProducts" >
You can’t perform that action at this time.
0 commit comments