File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
<fillField selector =" {{AdminProductCustomizableOptionsSection.customTextArea('areaAttributeCode')}}" userInput =" {{areaAttributeValue}}" stepKey =" fillAreaField" />
35
35
<selectOption selector =" {{AdminProductCustomizableOptionsSection.customDropDown('dropdownAttributeCode')}}" userInput =" {{dropdownAttributeValue}}" stepKey =" selectDropdownValue" />
36
36
<checkOption selector =" {{AdminProductCustomizableOptionsSection.customYesOrNo('boolean')}}" stepKey =" checkYesOrNo" />
37
- <waitForElementVisible selector =" {{AdminProductContentSection.attributeInput('date_en ')}}" stepKey =" waitForDateFieldToBeVisible" />
38
- <fillField selector =" {{AdminProductContentSection.attributeInput('date_en ')}}" userInput =" {{dateAttributeValue}}" stepKey =" fillDateField" />
37
+ <waitForElementVisible selector =" {{AdminProductContentSection.attributeInput('dateAttributeCode ')}}" stepKey =" waitForDateFieldToBeVisible" />
38
+ <fillField selector =" {{AdminProductContentSection.attributeInput('dateAttributeCode ')}}" userInput =" {{dateAttributeValue}}" stepKey =" fillDateField" />
39
39
<selectOption selector =" {{AdminProductCustomizableOptionsSection.customMultiSelect}}" parameterArray =" [{{multiSelectAttributeValue}}]" stepKey =" multiSelectSpecifiedValues" />
40
40
</actionGroup >
41
41
</actionGroups >
You can’t perform that action at this time.
0 commit comments