We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd0fef commit a43abc8Copy full SHA for a43abc8
utils/calendar_picker.py
@@ -302,7 +302,7 @@ def v2_calendar_picker_traverse_forward(
302
if click_decade:
303
self.click(self.page.get_by_text(str(decade), exact=True).first)
304
if click_year:
305
- self.click(self.page.get_by_text(str(year), exact=True))
+ self.click(self.page.locator("span.year", has_text=str(year)).first)
306
if click_month:
307
self.click(self.page.get_by_text(str(month_short)))
308
0 commit comments