File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 120
120
<click selector =" {{AdminOrderFormConfigureProductSection.configure($$createConfigProduct.id$$)}}" stepKey =" clickOnConfigure" />
121
121
<!-- Click on attribute drop-down and check no option 1 is available-->
122
122
<comment userInput =" Click on attribute drop-down and check no option 1 is available" stepKey =" commentNoOptionIsAvailable" />
123
- <waitForElement selector =" {{AdminOrderFormConfigureProductSection.attributeSelect }}" stepKey =" waitForShippingSectionLoaded" />
124
- <click selector =" {{AdminOrderFormConfigureProductSection.attributeSelect }}" stepKey =" clickToSelectOption" />
123
+ <waitForElement selector =" {{AdminOrderFormConfigureProductSection.selectOption }}" stepKey =" waitForShippingSectionLoaded" />
124
+ <click selector =" {{AdminOrderFormConfigureProductSection.selectOption }}" stepKey =" clickToSelectOption" />
125
125
<dontSee userInput =" $$createConfigProductAttributeOption1.option[store_labels][1][label]$$" stepKey =" dontSeeOption1" />
126
126
</test >
127
127
</tests >
You can’t perform that action at this time.
0 commit comments