File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
app/code/Magento/Widget/Test/Mftf Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
<see selector =" {{AdminMessagesSection.success}}" userInput =" The widget instance has been saved" stepKey =" seeSuccess" />
18
18
</actionGroup >
19
19
</actionGroups >
20
-
21
-
Original file line number Diff line number Diff line change 14
14
</annotations >
15
15
<arguments >
16
16
<argument name =" widgetName" defaultValue =" {{ProductsListWidget.name}}" type =" string" />
17
- <argument name =" widgetStore " defaultValue =" {{ProductsListWidget.store_ids}}" type =" string" />
17
+ <argument name =" widgetStoreIds " defaultValue =" {{ProductsListWidget.store_ids}}" type =" string" />
18
18
<argument name =" widgetSortOrder" defaultValue =" {{ProductsListWidget.sort_order}}" type =" string" />
19
19
</arguments >
20
20
<fillField selector =" {{AdminNewWidgetSection.widgetTitle}}" userInput =" {{widgetName}}" stepKey =" fillTitle" />
21
- <selectOption selector =" {{AdminNewWidgetSection.widgetStoreIds}}" parameterArray =" [{{widgetStore}}] " stepKey =" setWidgetStoreId" />
21
+ <selectOption selector =" {{AdminNewWidgetSection.widgetStoreIds}}" parameterArray =" {{widgetStoreIds}} " stepKey =" setWidgetStoreId" />
22
22
<fillField selector =" {{AdminNewWidgetSection.widgetSortOrder}}" userInput =" {{widgetSortOrder}}" stepKey =" fillSortOrder" />
23
23
</actionGroup >
24
24
</actionGroups >
Original file line number Diff line number Diff line change 42
42
<click selector =" {{AdminNewWidgetSection.continue}}" stepKey =" clickContinue" />
43
43
<actionGroup ref =" AdminSetWidgetNameAndStoreActionGroup" stepKey =" setNameAndStore" >
44
44
<argument name =" widgetName" value =" {{ProductsListWidget.name}}" />
45
- <argument name =" widgetStore " value =" {{ProductsListWidget.store_ids}}" />
45
+ <argument name =" widgetStoreIds " value =" {{ProductsListWidget.store_ids}}" />
46
46
<argument name =" widgetSortOrder" value =" {{ProductsListWidget.sort_order}}" />
47
47
</actionGroup >
48
48
<click selector =" {{AdminNewWidgetSection.resetBtn}}" stepKey =" resetNameAndStore" />
51
51
<dontSeeInField userInput =" {{ProductsListWidget.sort_order}}" selector =" {{AdminNewWidgetSection.widgetSortOrder}}" stepKey =" dontSeeSortOrderAfterReset" />
52
52
<actionGroup ref =" AdminSetWidgetNameAndStoreActionGroup" stepKey =" setNameAndStoreAfterReset" >
53
53
<argument name =" widgetName" value =" {{ProductsListWidget.name}}" />
54
- <argument name =" widgetStore " value =" {{ProductsListWidget.store_ids}}" />
54
+ <argument name =" widgetStoreIds " value =" {{ProductsListWidget.store_ids}}" />
55
55
<argument name =" widgetSortOrder" value =" {{ProductsListWidget.sort_order}}" />
56
56
</actionGroup >
57
57
<actionGroup ref =" AdminSaveAndContinueWidgetActionGroup" stepKey =" saveWidget" />
You can’t perform that action at this time.
0 commit comments