mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix ordering e2e failing test (#4825)
* ordering fix use common method in datatable * ordering fix use common method in datatable * fix sorting ps e2e * fix ordering * move search page in testing and fix sorting boolean flag * fix import * fix moment * use common sort method in document list test * use common sort method in document list test * remove unnecesary sort control * remove duplicate test * remove e2e suspended removed status * documentation
This commit is contained in:
@@ -118,7 +118,7 @@ describe('Search Number Range Filter', () => {
|
||||
it('[C276981] Should be able to clear value in Search Size Slider', () => {
|
||||
const size = 5;
|
||||
sizeSliderFilter.checkSliderIsDisplayed().setValue(size);
|
||||
searchResults.sortBySize(false)
|
||||
searchResults.sortBySize('DESC')
|
||||
.tableIsLoaded();
|
||||
|
||||
browser.controlFlow().execute(async () => {
|
||||
@@ -137,7 +137,7 @@ describe('Search Number Range Filter', () => {
|
||||
sizeSliderFilter.checkSliderIsDisplayed()
|
||||
.clickClearButton();
|
||||
|
||||
searchResults.sortBySize(false)
|
||||
searchResults.sortBySize('DESC')
|
||||
.tableIsLoaded();
|
||||
|
||||
browser.controlFlow().execute(async () => {
|
||||
|
Reference in New Issue
Block a user