mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-10468] e2es Task List fixes (#7797)
* [AAE-10468][ci:force] update selector * [ci:force] force first selector * [ci:force] try headless protractor * [ci:force] trigger travis * [ci:force] ci headless test
This commit is contained in:
@@ -76,7 +76,7 @@ export class DropdownPage {
|
||||
}
|
||||
|
||||
async checkOptionsPanelIsDisplayed(): Promise<void> {
|
||||
await BrowserVisibility.waitUntilElementIsVisible($('.mat-select-panel'));
|
||||
await BrowserVisibility.waitUntilElementIsVisible($$(`.mat-select-panel`).first());
|
||||
}
|
||||
|
||||
async getSelectedOptionText(): Promise<string> {
|
||||
|
Reference in New Issue
Block a user