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