File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 9898 <!-- Click on Go Back button -->
9999 <click selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" clickBackToGridSimple" />
100100
101+ <actionGroup ref =" ResetAdminDataGridToDefaultViewActionGroup" stepKey =" resetGrid1" />
102+ <actionGroup ref =" AdminResetColumnDropDownActionGroup" stepKey =" ResetColumnDropdown1" />
103+
104+ <actionGroup ref =" SearchForProductOnBackendActionGroup" stepKey =" searchProductOnProductGridPage" >
105+ <argument name =" product" value =" SimpleProduct" />
106+ </actionGroup >
107+
101108 <!-- Select created attribute as an column -->
102109 <actionGroup ref =" ToggleAdminProductGridColumnsDropdownActionGroup" stepKey =" openColumnsDropdown" />
103110 <actionGroup ref =" CheckAdminProductGridColumnOptionActionGroup" stepKey =" checkCreatedAttributeColumn" >
113120 <argument name =" value" value =" value 1 admin" />
114121 </actionGroup >
115122
123+ <actionGroup ref =" ResetAdminDataGridToDefaultViewActionGroup" stepKey =" resetGrid2" />
124+ <actionGroup ref =" AdminResetColumnDropDownActionGroup" stepKey =" ResetColumnDropdown2" />
125+
116126 <!-- Verify Product Attribute is present in Category Store Front Page -->
117127 <amOnPage url =" $$createCategory.custom_attributes[url_key]$$.html" stepKey =" goToStorefrontPage" />
118128 <waitForPageLoad stepKey =" waitForProductFrontPageToLoad" />
You can’t perform that action at this time.
0 commit comments