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 69
69
<waitForElementVisible selector =" {{AdminCreateNewProductAttributeSection.defaultStoreView('0')}}" stepKey =" waitForDefaultStoreViewToVisible" />
70
70
<fillField selector =" {{AdminCreateNewProductAttributeSection.defaultStoreView('0')}}" userInput =" {{ProductAttributeOption8.label}}" stepKey =" fillDefaultStoreView" />
71
71
<fillField selector =" {{AdminCreateNewProductAttributeSection.adminOption('0')}}" userInput =" {{ProductAttributeOption8.value}}" stepKey =" fillAdminField" />
72
- <click selector =" {{AdminCreateNewProductAttributeSection.defaultRadioButton('1')}}" stepKey =" clickDefaultRadioButton " />
72
+ <checkOption selector =" {{AdminCreateNewProductAttributeSection.defaultRadioButton('1')}}" stepKey =" selectRadioButton " />
73
73
<click selector =" {{AdminCreateNewProductAttributeSection.advancedAttributeProperties}}" stepKey =" clickOnAdvancedAttributeProperties" />
74
74
<waitForElementVisible selector =" {{AdminCreateNewProductAttributeSection.attributeCode}}" stepKey =" waitForAttributeCodeToVisible" />
75
75
<scrollTo selector =" {{AdminCreateNewProductAttributeSection.attributeCode}}" stepKey =" scrollToAttributeCode" />
You can’t perform that action at this time.
0 commit comments