Skip to content

Commit

Permalink
AAE-21058-fix-illegal-selector (#9422)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalszmit committed Mar 11, 2024
1 parent 7ed1375 commit 6bc532a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class DatePickerCalendarPage {
datePicker = $(`${materialLocators.Calendar.root}[id*="${materialLocators.Datepicker.root}"]`);
nextMonthButton = $(`button[class*="${materialLocators.Calendar.button('next')}"]`);
previousMonthButton = $(`button[class*="${materialLocators.Calendar.button('previous')}"]`);
todayDate = TestElement.byCss(`div${materialLocators.Calendar.body.today}`);
todayDate = TestElement.byCss(`div${materialLocators.Calendar.body.today.class}`);
periodButton = $(`button[class*=${materialLocators.Calendar.button('period')}]`);

focusedElement = `div${materialLocators.Calendar.body.cell.content.class}${materialLocators.Focus.indicator}`;
Expand Down

0 comments on commit 6bc532a

Please sign in to comment.