File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/Widget/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 41
41
<selectOption selector =" {{AdminNewWidgetSection.widgetType}}" userInput =" {{widget.type}}" stepKey =" setWidgetType" />
42
42
<selectOption selector =" {{AdminNewWidgetSection.widgetDesignTheme}}" userInput =" {{widget.design_theme}}" stepKey =" setWidgetDesignTheme" />
43
43
<click selector =" {{AdminNewWidgetSection.continue}}" stepKey =" clickContinue" />
44
- <waitForPageLoad stepKey =" waitForPageLoad" />
45
44
<fillField selector =" {{AdminNewWidgetSection.widgetTitle}}" userInput =" {{widget.name}}" stepKey =" fillTitle" />
46
- <selectOption selector =" {{AdminNewWidgetSection.widgetStoreIds}}" userInput =" {{widget.store_ids[0] }}" stepKey =" setWidgetStoreIds" />
45
+ <selectOption selector =" {{AdminNewWidgetSection.widgetStoreIds}}" parameterArray =" {{widget.store_ids}}" stepKey =" setWidgetStoreIds" />
47
46
<fillField selector =" {{AdminNewWidgetSection.widgetSortOrder}}" userInput =" {{widget.sort_order}}" stepKey =" fillSortOrder" />
48
47
<click selector =" {{AdminNewWidgetSection.addLayoutUpdate}}" stepKey =" clickAddLayoutUpdate" />
49
48
<waitForElementVisible selector =" {{AdminNewWidgetSection.selectDisplayOn}}" stepKey =" waitForSelectElement" />
Original file line number Diff line number Diff line change 11
11
<section name =" AdminNewWidgetSection" >
12
12
<element name =" widgetType" type =" select" selector =" #code" />
13
13
<element name =" widgetDesignTheme" type =" select" selector =" #theme_id" />
14
- <element name =" continue" type =" button" selector =" #continue_button" />
14
+ <element name =" continue" type =" button" timeout = " 30 " selector =" #continue_button" />
15
15
<element name =" widgetTitle" type =" input" selector =" #title" />
16
16
<element name =" widgetStoreIds" type =" select" selector =" #store_ids" />
17
17
<element name =" widgetSortOrder" type =" input" selector =" #sort_order" />
You can’t perform that action at this time.
0 commit comments