Instead of a standard <input type="date">, this mission uses a custom calendar widget made entirely of buttons — each button represents a single day.
Click 15 in the May 2026 calendar on the right. When the correct day is selected, the #calendar element’s data-selected-date attribute will be set to 2026-05-15.
The page object is already available. There are several ways to locate the day buttons.
Take note: each day button has a
data-dateattribute, adata-testid, and visible text. All three are valid selectors.