mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -104,15 +104,12 @@ describe('Search Sorting Picker', () => {
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await navigationBarPage.clickHomeButton();
|
||||
await searchBarPage.clickOnSearchIcon();
|
||||
await searchBarPage.enterTextAndPressEnter(search);
|
||||
await searchResults.dataTable.waitTillContentLoaded();
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await navigationBarPage.clickHomeButton();
|
||||
});
|
||||
|
||||
it(`[C277269] Should see the "sort by" option when search results are displayed in search results page`, async () => {
|
||||
await searchSortingPicker.checkSortingDropdownIsDisplayed();
|
||||
});
|
||||
|
Reference in New Issue
Block a user