From 86b1c19ee8799c69d1b0fde1750922777f6d4486 Mon Sep 17 00:00:00 2001 From: Michael Uray Date: Fri, 19 Jun 2026 08:59:14 +0000 Subject: [PATCH] test(tracker): fix milestone page-object selectors after startDate field addition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Gantt schema PR added Milestone.startDate, which: 1. Adds a second datetime-button to the NewMilestone form pool. The existing 'div.antiCard-pool button.datetime-button' locator matched both buttons and tripped Playwright's strict-mode check. Scope the target-date locator to .last() and add a sibling .first() helper for the start-date button. 2. Moves Status / Start date / Target date editors from the auto-generated side panel into EditMilestone's body (div.dates-row > div.date-cell > span.cell-label +