File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8282
8383 <!-- Sort Ascending-->
8484 <click selector =" {{AdminProductGridSection.columnHeader('Websites')}}" stepKey =" clickWebsitesHeaderToSortAsc" />
85- <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Ukraine ', 'Country of Manufacture')}}" stepKey =" getFirstWebsitesSortAsc" />
86- <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Cameroon ', 'Country of Manufacture')}}" stepKey =" getSecondWebsitesSortAsc" />
85+ <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Main Website ', 'Country of Manufacture')}}" stepKey =" getFirstWebsitesSortAsc" />
86+ <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Second Website ', 'Country of Manufacture')}}" stepKey =" getSecondWebsitesSortAsc" />
8787 <assertLessThanOrEqual expected =" $getSecondPriceSortAsc" actual =" $getFirstPriceSortAsc" stepKey =" checkPriceAscSortCorrect" />
8888 <!-- Sort Descending-->
89- <click selector =" {{AdminProductGridSection.columnHeader('Country of Manufacture ')}}" stepKey =" clickWebsitesHeaderToSortDesc" />
90- <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Ukraine ', 'Country of Manufacture')}}" stepKey =" getFirstWebsitesSortDesc" />
91- <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Cameroon ', 'Country of Manufacture')}}" stepKey =" getSecondWebsitesSortDesc" />
89+ <click selector =" {{AdminProductGridSection.columnHeader('Websites ')}}" stepKey =" clickWebsitesHeaderToSortDesc" />
90+ <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Main Website ', 'Country of Manufacture')}}" stepKey =" getFirstWebsitesSortDesc" />
91+ <grabTextFrom selector =" {{AdminProductGridSection.productGridCell('Second Website ', 'Country of Manufacture')}}" stepKey =" getSecondWebsitesSortDesc" />
9292 <assertGreaterThanOrEqual expected =" $getSecondWebsitesSortDesc" actual =" $getFirstWebsitesSortDesc" stepKey =" checkWebsitesDescSortCorrect" />
9393 </test >
9494</tests >
You can’t perform that action at this time.
0 commit comments