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 98
98
<!-- Click on Go Back button -->
99
99
<click selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" clickBackToGridSimple" />
100
100
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
+
101
108
<!-- Select created attribute as an column -->
102
109
<actionGroup ref =" ToggleAdminProductGridColumnsDropdownActionGroup" stepKey =" openColumnsDropdown" />
103
110
<actionGroup ref =" CheckAdminProductGridColumnOptionActionGroup" stepKey =" checkCreatedAttributeColumn" >
113
120
<argument name =" value" value =" value 1 admin" />
114
121
</actionGroup >
115
122
123
+ <actionGroup ref =" ResetAdminDataGridToDefaultViewActionGroup" stepKey =" resetGrid2" />
124
+ <actionGroup ref =" AdminResetColumnDropDownActionGroup" stepKey =" ResetColumnDropdown2" />
125
+
116
126
<!-- Verify Product Attribute is present in Category Store Front Page -->
117
127
<amOnPage url =" $$createCategory.custom_attributes[url_key]$$.html" stepKey =" goToStorefrontPage" />
118
128
<waitForPageLoad stepKey =" waitForProductFrontPageToLoad" />
You can’t perform that action at this time.
0 commit comments