File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3232 <click selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" openCustomizableOptions" />
3333 <click stepKey =" clickAddOptions" selector =" {{AdminProductCustomizableOptionsSection.addOptionBtn}}" />
3434 <!-- Fill in the option and select the type of drop down -->
35- <fillField stepKey = " fillInOptionTitle " selector =" {{AdminProductCustomizableOptionsSection.lastOptionTitle }}" userInput =" {{customOptionName}} " />
35+ <fillField selector =" {{AdminProductCustomizableOptionsSection.optionTitleInput('0') }}" userInput =" {{virtualProductCustomizableOption1.title}} " stepKey = " fillOptionTitleForDataSet " />
3636 <click stepKey =" clickOptionTypeParent" selector =" {{AdminProductCustomizableOptionsSection.lastOptionTypeParent}}" />
3737 <waitForPageLoad stepKey =" waitForDropdownOpen" />
3838 <click stepKey =" clickOptionType" selector =" {{AdminProductCustomizableOptionsSection.optionType('Drop-down')}}" />
You can’t perform that action at this time.
0 commit comments