Our log has been telling us this for a fortnight:
healed "login button": locator('#login-button') → getByRole('button', { name: 'Login' }) via role (score 1.00, 3180 ms). Update the page object.I cannot tell whether "update the page object" means "paste this in" or "go and find out why". The suggestion is obviously better than the id we had. But if I paste it in, the heal context still lists role: 'button', name: 'Login', so the primary and the fallback become the same thing, which feels wrong.