File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Widget/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 <description >Fill widget main fields and widget layout by index for anchor categories DisplayOn option</description >
1414 </annotations >
1515 <selectOption selector =" {{AdminNewWidgetSection.specificEntitySelectContainer}}" userInput =" {{widget.container}}" stepKey =" setContainer" />
16- <click selector =" {{AdminNewWidgetSection.specificEntitySelectRadio}}" stepKey =" clickSpecificEntityRadio" after =" waitForPageLoad" />
17- <click selector =" {{AdminNewWidgetSection.specificEntityOptionsChooser}}" stepKey =" clickChooserTrigger" after =" clickSpecificEntityRadio" />
16+ <seeElement selector =" {{AdminNewWidgetSection.specificEntitySelectRadio}}" stepKey =" seeSpecificEntityRadio" after =" waitForPageLoad" />
17+ <click selector =" {{AdminNewWidgetSection.specificEntitySelectRadio}}" stepKey =" clickSpecificEntityRadio" after =" seeSpecificEntityRadio" />
18+ <seeElement selector =" {{AdminNewWidgetSection.specificEntityOptionsChooser}}" stepKey =" seeChooserTrigger" after =" clickSpecificEntityRadio" />
19+ <click selector =" {{AdminNewWidgetSection.specificEntityOptionsChooser}}" stepKey =" clickChooserTrigger" after =" seeChooserTrigger" />
1820 <waitForAjaxLoad stepKey =" waitForAjaxCategoryLoad" after =" clickChooserTrigger" />
1921 </actionGroup >
2022</actionGroups >
You can’t perform that action at this time.
0 commit comments