Skip to content

← All questions

Healing does nothing — I just get the normal Playwright timeout

Asked 9,640 views2 answers

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.

ts
readonly checkout = this.heal.locator(this.page.locator('.btn-primary'), {
  description: 'checkout button',
});

The run output:

text
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?

asked by Annika Solheim14,002 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related