Fixing e2e part 2

This commit is contained in:
Vito Albano
2024-05-09 12:48:16 +02:00
committed by DominikIwanek
parent a35fe7cd03
commit 1c0bcc5122
@@ -22,7 +22,7 @@ import { DropdownPage } from '../../../core/pages/material/dropdown.page';
export class SearchSortingPickerPage {
sortingDropdown = new DropdownPage($('.adf-sorting-picker .mat-select-arrow'));
sortingDropdown = new DropdownPage($('.adf-sorting-picker .mat-mdc-select-arrow'));
orderArrow = $('adf-sorting-picker button mat-icon');
async sortBy(sortOrder: string, sortType: string | RegExp): Promise<void> {