[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:
Artur Cichoń
2023-02-15 16:11:06 +01:00
committed by GitHub
parent 96075ae456
commit 9014a85eda

View File

@@ -34,7 +34,6 @@ export class DatePickerPage {
}
async setTodayDateValue(): Promise<void> {
await this.clickDatePicker();
await this.dateTime.selectTodayDate();
}