Inherited suite, roughly two hundred locators in this shape:
readonly price = this.heal.locator(
this.page.locator('.results > div:nth-child(3) > span:nth-child(2)'),
{ description: 'first result price', css: ['.results div:nth-child(3) span'] },
);Every time the results list gains a badge or a promo row, a chunk of them break, and they break with HEAL_FAILED rather than healing. The contexts are declared, so I expected at least some recovery. What am I supposed to do with two hundred of these?