File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 20
20
<seeInCurrentUrl url =" {{ProductAttributesEditPage.url}}" stepKey =" seeAttributePageEditUrl" />
21
21
<click selector =" {{AdminUpdateAttributesSection.toggleName}}" stepKey =" clickToChangeName" />
22
22
<fillField selector =" {{AdminUpdateAttributesSection.name}}" userInput =" {{product.name}}" stepKey =" fillFieldName" />
23
+ <scrollTo selector =" {{AdminUpdateAttributesSection.toggleDescription}}" x =" 0" y =" -80" stepKey =" scrollToDescription" />
23
24
<click selector =" {{AdminUpdateAttributesSection.toggleDescription}}" stepKey =" clickToChangeDescription" />
24
25
<fillField selector =" {{AdminUpdateAttributesSection.description}}" userInput =" {{product.description}}" stepKey =" fillFieldDescription" />
25
26
<click selector =" {{AdminUpdateAttributesSection.saveButton}}" stepKey =" save" />
You can’t perform that action at this time.
0 commit comments