mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12662] Get rid of multiplicity of "more than one element found for locator" warnings in tests caused by redundant click (#8273)
* [AAE-12662] Get rid of multiplicity of 'more than one element found for locator' warnings * trigger travis
This commit is contained in:
@@ -34,7 +34,6 @@ export class DatePickerPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async setTodayDateValue(): Promise<void> {
|
async setTodayDateValue(): Promise<void> {
|
||||||
await this.clickDatePicker();
|
|
||||||
await this.dateTime.selectTodayDate();
|
await this.dateTime.selectTodayDate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user