We turned healing on for our checkout page object and the button still fails exactly the way it did before. No heal event, nothing in the log, just the Playwright timeout.
readonly checkout = this.heal.locator(this.page.locator('.btn-primary'), {
description: 'checkout button',
});The run output:
Error: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('.btn-primary')heal.enabled is true and click is in heal.actions. What am I missing?