Skip to content

Commit

Permalink
[AAE-15269] update calendar locators
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalszmit committed Jun 27, 2023
1 parent 3f4fe2a commit 4240aac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { BrowserActions } from '../../utils/browser-actions';

export class DateTimePickerCalendarPage {

datePicker = $(`.mat-datepicker-calendar`);
today = $(`.mat-calendar-body-today`);
datePicker = $(`[class*='picker-content']`);
today = $(`[class*='calendar-body-today']`);
timePicker = $('.mat-datetimepicker-clock');
hourTime = $$('.mat-datetimepicker-clock-hours .mat-datetimepicker-clock-cell').first();
minutesTime = $$('.mat-datetimepicker-clock-minutes .mat-datetimepicker-clock-cell').first();
Expand Down

0 comments on commit 4240aac

Please sign in to comment.