File tree 1 file changed +4
-2
lines changed
app/code/Magento/Widget/Test/Mftf/ActionGroup
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
<description >Fill widget main fields and widget layout by index for anchor categories DisplayOn option</description >
14
14
</annotations >
15
15
<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" />
18
20
<waitForAjaxLoad stepKey =" waitForAjaxCategoryLoad" after =" clickChooserTrigger" />
19
21
</actionGroup >
20
22
</actionGroups >
You can’t perform that action at this time.
0 commit comments