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 1717 <see selector =" {{AdminMessagesSection.success}}" userInput =" The widget instance has been saved" stepKey =" seeSuccess" />
1818 </actionGroup >
1919</actionGroups >
20-
21-
Original file line number Diff line number Diff line change 1414 </annotations >
1515 <arguments >
1616 <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" />
1818 <argument name =" widgetSortOrder" defaultValue =" {{ProductsListWidget.sort_order}}" type =" string" />
1919 </arguments >
2020 <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" />
2222 <fillField selector =" {{AdminNewWidgetSection.widgetSortOrder}}" userInput =" {{widgetSortOrder}}" stepKey =" fillSortOrder" />
2323 </actionGroup >
2424</actionGroups >
Original file line number Diff line number Diff line change 4242 <click selector =" {{AdminNewWidgetSection.continue}}" stepKey =" clickContinue" />
4343 <actionGroup ref =" AdminSetWidgetNameAndStoreActionGroup" stepKey =" setNameAndStore" >
4444 <argument name =" widgetName" value =" {{ProductsListWidget.name}}" />
45- <argument name =" widgetStore " value =" {{ProductsListWidget.store_ids}}" />
45+ <argument name =" widgetStoreIds " value =" {{ProductsListWidget.store_ids}}" />
4646 <argument name =" widgetSortOrder" value =" {{ProductsListWidget.sort_order}}" />
4747 </actionGroup >
4848 <click selector =" {{AdminNewWidgetSection.resetBtn}}" stepKey =" resetNameAndStore" />
5151 <dontSeeInField userInput =" {{ProductsListWidget.sort_order}}" selector =" {{AdminNewWidgetSection.widgetSortOrder}}" stepKey =" dontSeeSortOrderAfterReset" />
5252 <actionGroup ref =" AdminSetWidgetNameAndStoreActionGroup" stepKey =" setNameAndStoreAfterReset" >
5353 <argument name =" widgetName" value =" {{ProductsListWidget.name}}" />
54- <argument name =" widgetStore " value =" {{ProductsListWidget.store_ids}}" />
54+ <argument name =" widgetStoreIds " value =" {{ProductsListWidget.store_ids}}" />
5555 <argument name =" widgetSortOrder" value =" {{ProductsListWidget.sort_order}}" />
5656 </actionGroup >
5757 <actionGroup ref =" AdminSaveAndContinueWidgetActionGroup" stepKey =" saveWidget" />
You can’t perform that action at this time.
0 commit comments