You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.datepicker_switch.read() is resolving the datepicker-daysDOM and readingNovember 2020(example) instead of2020-2029as expected, from thedatepicker-years` DOM.
A HeaderView class is used to define datepicker_switch locator, but the parent isn't setup properly for the widget, resulting in an out-of-scope match and unexpected text.
The text was updated successfully, but these errors were encountered:
self.datepicker_switch.read() is resolving the
datepicker-daysDOM and reading
November 2020(example) instead of
2020-2029as expected, from the
datepicker-years` DOM.A
HeaderView
class is used to definedatepicker_switch
locator, but the parent isn't setup properly for the widget, resulting in an out-of-scope match and unexpected text.The text was updated successfully, but these errors were encountered: