Skip to content

Commit

Permalink
[AAE-12662] Get rid of multiplicity of "more than one element found f…
Browse files Browse the repository at this point in the history
…or 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
  • Loading branch information
acichon-h authored Feb 15, 2023
1 parent 96075ae commit 9014a85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class DatePickerPage {
}

async setTodayDateValue(): Promise<void> {
await this.clickDatePicker();
await this.dateTime.selectTodayDate();
}

Expand Down

0 comments on commit 9014a85

Please sign in to comment.