79138697

Date: 2024-10-29 19:40:57
Score: 1
Natty:
Report link
const testBtn = () => this.page.getByTestId("test");

const isChecked = await testBtn().isChecked();

if (!isChecked) {
    await testBtn().click();
}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vins