From 9014a85edac466f32c55f14134293f62eafec1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Cicho=C5=84?= <112700420+acichon-h@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:11:06 +0100 Subject: [PATCH] [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 --- .../src/lib/protractor/core/pages/material/date-picker.page.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts b/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts index 1be822a11e..914eaac800 100644 --- a/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts +++ b/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts @@ -34,7 +34,6 @@ export class DatePickerPage { } async setTodayDateValue(): Promise { - await this.clickDatePicker(); await this.dateTime.selectTodayDate(); }